diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 58b64edfa..a20f3fdfb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -80,10 +80,10 @@ jobs: - name: ESLint run: npm run check:eslint - - name: Prettier + - name: Prettier Check and Fix run: | npx prettier --write . - run check:prettier + npm run check:prettier # ── Security (informational — findings shouldn't block a deploy) ───── - name: Audit (high/critical)