mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Add *.json to .editorconfig (#7941)
* Add *.json to .editorconfig * Modify bundlewatch
This commit is contained in:
parent
fc5bbd7a0b
commit
33a93d976c
@ -12,3 +12,7 @@ insert_final_newline = true
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
4
.github/workflows/bundlewatch.yml
vendored
4
.github/workflows/bundlewatch.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: "Bundlewatch Github Action"
|
||||
name: "Bundlewatch"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [synchronize, opened, reopened]
|
||||
push:
|
||||
branches:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user