Skip to content

Commit b432ac6

Browse files
authored
chore(ci): add dependency audit (#7)
1 parent 9a2ee8a commit b432ac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-schemas.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
cache: 'npm'
2020
- name: Install dependencies
2121
run: npm ci
22+
- name: Audit dependencies
23+
run: npm audit --omit=dev
2224
- name: Run schema validation
2325
run: npm test

0 commit comments

Comments
 (0)