mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 22:56:54 +08:00
ci: Add npm audit (#426)
This commit is contained in:
parent
5d053d30d0
commit
a49e738c32
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -48,6 +48,9 @@ jobs:
|
|||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
- run: npm audit
|
||||||
|
if: startsWith(matrix.os, 'ubuntu-18.04')
|
||||||
|
|
||||||
- name: Run prettier
|
- name: Run prettier
|
||||||
if: startsWith(matrix.os, 'ubuntu-18.04')
|
if: startsWith(matrix.os, 'ubuntu-18.04')
|
||||||
run: npm run format:check
|
run: npm run format:check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user