mirror of
https://github.com/actions/setup-go
synced 2024-11-09 15:12:40 +00:00
audit workflow
This commit is contained in:
parent
7af81a4a65
commit
106977639b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -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'
|
Loading…
Reference in a new issue