Skip to content

Commit

Permalink
chore: allow continue on audit error (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Dec 14, 2023
1 parent c533c34 commit 138e352
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: npm install
- run: npm run lint -- --ignore-path .galintignore
- run: npm audit
continue-on-error: true

build:
needs: lint
Expand Down

0 comments on commit 138e352

Please sign in to comment.