Skip to content

Commit

Permalink
chore: added small security scan
Browse files Browse the repository at this point in the history
  • Loading branch information
MikunsHub committed Aug 7, 2024
1 parent 93070d5 commit cefb0bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
run: npm test
- name: Run security audit
run: npm audit --audit-level=moderate

0 comments on commit cefb0bd

Please sign in to comment.