separate audit workflow (#450)

This commit is contained in:
eric sciple
2020-05-07 11:39:38 -04:00
committed by GitHub
parent a5ff692285
commit 83dd3ef0f1
3 changed files with 40 additions and 9 deletions

View File

@@ -49,11 +49,3 @@ jobs:
- name: Format
run: npm run format-check
- name: audit tools
run: npm audit --audit-level=moderate
if: matrix.runs-on == 'ubuntu-latest'
- name: audit packages
run: npm run audit-all
if: matrix.runs-on == 'ubuntu-latest'