0
1
mirror of https://github.com/actions/setup-go synced 2024-05-31 18:28:04 +02: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
run: npm test
- name: audit packages
run: npm audit --audit-level=moderate
if: matrix.operating-system == 'ubuntu-latest'