fix(ci): run prettier on yaml files
This commit is contained in:
parent
bb25461ade
commit
c948260709
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"check": "astro check"
|
"check": "astro check"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts,jsx,tsx,json,css,scss,md,astro,html}": [
|
"*.{js,ts,jsx,tsx,json,css,scss,md,astro,html,yaml,yml}": [
|
||||||
"prettier --write",
|
"prettier --write",
|
||||||
"astro check"
|
"astro check"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue