mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 18:52:32 -05:00
ci: audit the dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -37,6 +37,8 @@ jobs:
|
||||
curl -L https://get.pnpm.io/v6.js | node - add --global pnpm@next npm@7
|
||||
- name: pnpm install
|
||||
run: pnpm install
|
||||
- name: Audit
|
||||
run: pnpm audit
|
||||
- name: run tests (main)
|
||||
if: github.ref == 'refs/heads/main'
|
||||
run: pnpm run test-main
|
||||
|
||||
Reference in New Issue
Block a user