From 34981841fcc0d928d272b211780cbbf96ee2dcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Sat, 24 Feb 2024 22:48:29 +0100 Subject: [PATCH] Update eslint.yml --- .github/workflows/eslint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index bf318066..196abb05 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -14,5 +14,5 @@ jobs: run: npm prune - name: Run ESLint - run: npx eslint *.js installer/*.js components/*.js --config eslint.config.js --ignore-pattern components/long-press-event.js --ignore-pattern components/progressbar.js + run: npm run test continue-on-error: false