fix(ci): run prettier on yaml files

This commit is contained in:
Barrett Ruth 2025-12-30 19:47:07 -06:00
parent bb25461ade
commit c948260709

View file

@ -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"
]