Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audit workflow
  • Loading branch information
Bryan MacFarlane committed Feb 9, 2020
1 parent 7af81a4 commit 1069776
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Expand Up @@ -32,3 +32,7 @@ jobs:

- name: npm test
run: npm test

- name: audit packages
run: npm audit --audit-level=moderate
if: matrix.operating-system == 'ubuntu-latest'

0 comments on commit 1069776

Please sign in to comment.