Skip to content

Commit

Permalink
feat: remove the audit step from github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaShostyr authored and SimeonC committed Jun 27, 2024
1 parent da3dd54 commit 103db04
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,6 @@ jobs:
- name: Run linter
run: npm run lint

audit:
needs: [setup]
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ needs.setup.outputs.nvmrc }}
cache: npm

- name: Restore npm installs and Lerna setup
run: npm ci --ignore-scripts

- name: Audit Dependencies
run: npm run audit:ci
env:
OSSI_USERNAME: ${{ secrets.OSSI_USERNAME }}
OSSI_TOKEN: ${{ secrets.OSSI_TOKEN }}

test:
needs: [setup]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 103db04

Please sign in to comment.