Skip to content

Commit

Permalink
no dependencies to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Dec 18, 2023
1 parent 9a5aa6e commit a0d3ae9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
id-token: write
jobs:
build:
name: Build and Verify
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -33,8 +33,6 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
test:
name: Fast Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0d3ae9

Please sign in to comment.