From b435e02cb90f6a2e1d6ea1797c6c6339d64a79d4 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Tue, 13 Jan 2026 20:28:54 +0100 Subject: [PATCH] Enforce npm check step (#724) --- .github/workflows/web.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index fd745f71..b5dd480c 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -27,5 +27,4 @@ jobs: - run: npm install - run: npm run check - continue-on-error: true - - run: npm run test:unit \ No newline at end of file + - run: npm run test:unit