Skip to content

Commit

Permalink
ci: Add npm audit (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 28, 2020
1 parent 5d053d3 commit a49e738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- run: npm ci

- run: npm audit
if: startsWith(matrix.os, 'ubuntu-18.04')

- name: Run prettier
if: startsWith(matrix.os, 'ubuntu-18.04')
run: npm run format:check
Expand Down

0 comments on commit a49e738

Please sign in to comment.