]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add *.json to .editorconfig (#7941)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Wed, 21 Oct 2020 17:30:55 +0000 (20:30 +0300)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 17:30:55 +0000 (20:30 +0300)
* Add *.json to .editorconfig

* Modify bundlewatch

.editorconfig
.github/workflows/bundlewatch.yml

index a7062a2ccc94cb63bbb041f8453bbdaacab83c73..efa08f8015b3129cfd5d90547aa5a98ac2a3d329 100644 (file)
@@ -12,3 +12,7 @@ insert_final_newline = true
 [*.yml]
 indent_style = space
 indent_size = 2
+
+[*.json]
+indent_style = space
+indent_size = 2
index 0046ac2b83903953c193e2bdf424e8bf2c0b742e..310133775501459e681ef6d0d62190335a5c6745 100644 (file)
@@ -1,7 +1,7 @@
-name: "Bundlewatch Github Action"
+name: "Bundlewatch"
 
 on:
-  pull_request:
+  pull_request_target:
     types: [synchronize, opened, reopened]
   push:
     branches: