From c948260709f38a0d8d95e1fc40d18073ae5a0a0e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 30 Dec 2025 19:47:07 -0600 Subject: [PATCH] fix(ci): run prettier on yaml files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cdab3e..d9c7a02 100644 --- a/package.json +++ b/package.json @@ -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" ]