Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit c0e4c90

Browse files
format and audit only on linux
1 parent 5cca87c commit c0e4c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
- name: Format
4444
shell: bash
4545
run: npm run format-check
46+
if: matrix.runs-on == 'ubuntu-latest'
4647

4748
- name: audit security
4849
continue-on-error: true
4950
run: npm audit --audit-level=moderate
51+
if: matrix.runs-on == 'ubuntu-latest'

0 commit comments

Comments
 (0)