Skip to content

Commit

Permalink
Merge pull request #74 from d-rec/enable-eslint-error-check-all
Browse files Browse the repository at this point in the history
Enable ESlint Error check
  • Loading branch information
dmohns authored May 27, 2024
2 parents a49312a + 5cbcdeb commit fbb6740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:

- name: Run ESLint (error)
run: npm run lint:error
continue-on-error: true

- name: Run ESLint (all)
run: npm run lint
continue-on-error: true

check-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fbb6740

Please sign in to comment.