Sw dev fix #3
@@ -80,10 +80,10 @@ jobs:
|
|||||||
- name: ESLint
|
- name: ESLint
|
||||||
run: npm run check:eslint
|
run: npm run check:eslint
|
||||||
|
|
||||||
- name: Prettier
|
- name: Prettier Check and Fix
|
||||||
run: |
|
run: |
|
||||||
npx prettier --write .
|
npx prettier --write .
|
||||||
run check:prettier
|
npm 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