From d1de438f67b9f03907ef5d4c450be3aaf47331da Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Fri, 5 Jun 2026 00:16:56 -0400 Subject: [PATCH] ci: make Prettier check continue-on-error like TypeScript and ESLint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prettier formatting issues blocked two deploys today. Build is the only hard CI gate that should block deployment — style checks are informational. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e81079423..fa8c58a74 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: - name: Prettier run: npm run check:prettier + continue-on-error: true # ── Security ───────────────────────────────────────────────────────── - name: Audit (high/critical)