Skip to content

Commit 058bb82

Browse files
committed
chore: remove audit job
1 parent 76fb607 commit 058bb82

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main_ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ on:
77
pull_request:
88

99
jobs:
10-
audit:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v4
15-
with:
16-
node-version: 18
17-
registry-url: https://registry.npmjs.org/
18-
- run: npm ci
19-
- run: npm run audit
2010
unit:
2111
runs-on: ubuntu-latest
2212
steps:

0 commit comments

Comments
 (0)