added prettier auto-fix to pipeline
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user