added prettier auto-fix to pipeline
CI / Build & Quality Checks (pull_request) Canceled after 1m19s
CI / Trigger Desktop Build (pull_request) Canceled after 0s

This commit is contained in:
2026-08-02 21:02:01 -04:00
parent a1bdaf65f6
commit 9b10d7d1c2
+3 -1
View File
@@ -81,7 +81,9 @@ jobs:
run: npm run check:eslint
- name: Prettier
run: npm run check:prettier
run: |
npx prettier --write .
run check:prettier
# ── Security (informational — findings shouldn't block a deploy) ─────
- name: Audit (high/critical)