From 4182bb1a38c5611a5866712f607b822b53c339ad Mon Sep 17 00:00:00 2001 From: RJ Date: Wed, 19 Nov 2025 16:49:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20if=20prettier=20has=20warnings/e?= =?UTF-8?q?rrors=20continue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6b20d7e..bc99dba 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - name: 📦 Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" cache: "npm" - name: 📥 Install dependencies @@ -60,6 +60,7 @@ jobs: - name: 💅 Check code formatting (Prettier) run: npm run format:check + continue-on-error: true - name: 🔤 TypeScript type checking run: npx tsc --noEmit