mirror of
https://github.com/actions/http-client.git
synced 2025-04-21 17:52:29 +00:00
format and audit only on linux
This commit is contained in:
parent
5cca87c6a2
commit
c0e4c90f86
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -43,7 +43,9 @@ jobs:
|
||||
- name: Format
|
||||
shell: bash
|
||||
run: npm run format-check
|
||||
if: matrix.runs-on == 'ubuntu-latest'
|
||||
|
||||
- name: audit security
|
||||
continue-on-error: true
|
||||
run: npm audit --audit-level=moderate
|
||||
if: matrix.runs-on == 'ubuntu-latest'
|
||||
|
Loading…
Reference in New Issue
Block a user