ci: make Prettier check continue-on-error like TypeScript and ESLint

Prettier formatting issues blocked two deploys today. Build is the only
hard CI gate that should block deployment — style checks are informational.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-05 00:16:56 -04:00
parent c6932b45fb
commit d1de438f67
+1
View File
@@ -42,6 +42,7 @@ jobs:
- name: Prettier
run: npm run check:prettier
continue-on-error: true
# ── Security ─────────────────────────────────────────────────────────
- name: Audit (high/critical)