Skip to content

Commit

Permalink
Create npm-audit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acampos1916 authored Sep 3, 2024
1 parent 9482e8f commit 1d9da1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: NPM Audit
on:
pull_request:
jobs:
audit:
name: Audit packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Audit packages
run: npm audit --audit-level moderate
env:
CI: true

0 comments on commit 1d9da1e

Please sign in to comment.