ci: Add npm audit (#426)
This commit is contained in:
parent
5d053d30d0
commit
a49e738c32
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue