Skip to content

Commit

Permalink
chore: remove audit job
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Aug 12, 2024
1 parent 76fb607 commit 058bb82
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ on:
pull_request:

jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run audit
unit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 058bb82

Please sign in to comment.