Skip to content

Commit 2f07046

Browse files
committed
feat: remove the audit step from github workflow
1 parent 6fd94f5 commit 2f07046

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/pull_requests.yml

-26
Original file line numberDiff line numberDiff line change
@@ -67,32 +67,6 @@ jobs:
6767
- name: Run linter
6868
run: npm run lint
6969

70-
audit:
71-
needs: [setup]
72-
runs-on: ubuntu-latest
73-
steps:
74-
- name: Checkout 🛎️
75-
uses: actions/checkout@v3
76-
with:
77-
ref: ${{ github.event.pull_request.head.ref }}
78-
repository: ${{ github.event.pull_request.head.repo.full_name }}
79-
fetch-depth: 0
80-
81-
- name: Setup Node.js
82-
uses: actions/setup-node@v2
83-
with:
84-
node-version: ${{ needs.setup.outputs.nvmrc }}
85-
cache: npm
86-
87-
- name: Restore npm installs and Lerna setup
88-
run: npm ci --ignore-scripts
89-
90-
- name: Audit Dependencies
91-
run: npm run audit:ci
92-
env:
93-
OSSI_USERNAME: ${{ secrets.OSSI_USERNAME }}
94-
OSSI_TOKEN: ${{ secrets.OSSI_TOKEN }}
95-
9670
test:
9771
needs: [setup]
9872
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)