From 71de776eee17465eb3f91cfc00c05851624e82a1 Mon Sep 17 00:00:00 2001 From: God-damnit-all <53661808+God-damnit-all@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:58:49 -0500 Subject: [PATCH] =?UTF-8?q?lint=20error=E2=86=92warning;=20continue=20on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0519f5..ffa0cdf 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: npm - run: npm ci - - run: npm run lint:nofix + - run: ({ LINT_OUT=$(npm run lint:nofix 2>&1 >&3); } 3>&1 || echo "::warning::$(echo "$LINT_OUT" | awk 'ORS="%0A"')") - run: npm run build:wasm - run: npm run build - run: npx playwright install --with-deps chromium