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

Commit

Permalink
format and audit only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmacfarlane committed Apr 10, 2020
1 parent 5cca87c commit c0e4c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c0e4c90

Please sign in to comment.