3
0
Fork 0
mirror of https://gitea.com/actions/setup-go.git synced 2024-11-22 17:49:33 +01:00

audit workflow

This commit is contained in:
Bryan MacFarlane 2020-02-09 14:41:37 -05:00
parent 7af81a4a65
commit 106977639b

View file

@ -32,3 +32,7 @@ jobs:
- name: npm test - name: npm test
run: npm test run: npm test
- name: audit packages
run: npm audit --audit-level=moderate
if: matrix.operating-system == 'ubuntu-latest'