added prettier auto-fix to pipeline
This commit is contained in:
@@ -81,7 +81,9 @@ jobs:
|
|||||||
run: npm run check:eslint
|
run: npm run check:eslint
|
||||||
|
|
||||||
- name: Prettier
|
- name: Prettier
|
||||||
run: npm run check:prettier
|
run: |
|
||||||
|
npx prettier --write .
|
||||||
|
run check:prettier
|
||||||
|
|
||||||
# ── Security (informational — findings shouldn't block a deploy) ─────
|
# ── Security (informational — findings shouldn't block a deploy) ─────
|
||||||
- name: Audit (high/critical)
|
- name: Audit (high/critical)
|
||||||
|
|||||||
Reference in New Issue
Block a user