mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-30 06:48:05 +08:00
separate audit workflow (#450)
This commit is contained in:
8
.github/workflows/unit-tests.yml
vendored
8
.github/workflows/unit-tests.yml
vendored
@@ -49,11 +49,3 @@ jobs:
|
||||
|
||||
- name: Format
|
||||
run: npm run format-check
|
||||
|
||||
- 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'
|
||||
|
||||
Reference in New Issue
Block a user