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"
|
||||
},
|
||||
"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",
|
||||
"astro check"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue