format and audit only on linux

This commit is contained in:
Bryan MacFarlane 2020-04-10 10:05:05 -04:00
parent 5cca87c6a2
commit c0e4c90f86

View File

@ -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'