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