mirror of https://github.com/actions/toolkit
only audit on ubuntu-latest (#283)
parent
803934eca0
commit
bfd29dcef8
|
@ -50,6 +50,8 @@ jobs:
|
|||
|
||||
- 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'
|
||||
|
|
Loading…
Reference in New Issue