mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 17:21:06 +08:00
only audit on ubuntu-latest (#283)
This commit is contained in:
parent
803934eca0
commit
bfd29dcef8
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -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…
x
Reference in New Issue
Block a user