Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: Add npm audit (#426)
  • Loading branch information
Shohei Ueda authored and GitHub 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
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.