Merge pull request #7 from barrett-ruth/ci/fix-huysky

run prettier on all files in ci
This commit is contained in:
Barrett Ruth 2025-11-09 17:21:45 -05:00 committed by GitHub
commit 98e4bdf29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
"check": "astro check" "check": "astro check"
}, },
"lint-staged": { "lint-staged": {
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml,css}": [ "*": [
"prettier --write", "prettier --write",
"astro check" "astro check"
] ]