ci: Add npm audit (#426)

This commit is contained in:
Shohei Ueda 2020-07-28 18:59:51 +09:00 committed by GitHub
parent 5d053d30d0
commit a49e738c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ jobs:
- run: npm ci
- run: npm audit
if: startsWith(matrix.os, 'ubuntu-18.04')
- name: Run prettier
if: startsWith(matrix.os, 'ubuntu-18.04')
run: npm run format:check