Merge remote-tracking branch 'origin/sw-fix' into update-packages

This commit is contained in:
2026-08-02 22:27:44 -04:00
30 changed files with 167 additions and 1695 deletions
+5 -3
View File
@@ -80,9 +80,11 @@ jobs:
- name: ESLint
run: npm run check:eslint
continue-on-error: true
- name: Prettier
run: npm run check:prettier
- name: Prettier Check and Fix
run: |
npx prettier --write .
npm run check:prettier
continue-on-error: true
# ── Security (informational — findings shouldn't block a deploy) ─────