From a45e3d8766fbd6cbc4af6e1a52d95ce8fc6c9ac4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 21 Aug 2021 20:47:49 +0200 Subject: [PATCH] GitHub action: continue on linter errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dce72d57..6a98db2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: run: npm run build - name: npm run lint run: npm run lint + continue-on-error: true - name: npm test run: npm test - name: npm run coverage -- 2.34.1