Skip to content

Commit

Permalink
ci: make npm lint raise error
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed May 11, 2023
1 parent 6c2139d commit c4da644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ jobs:

- name: Check outdated dependencies
run: yarn outdated
continue-on-error: true

- name: Audit dependencies
run: yarn audit
continue-on-error: true

megalinter:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4da644

Please sign in to comment.