Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
tidy up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Jun 12, 2024
1 parent ba6cec9 commit 76f9caf
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/integrity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,9 @@ env:
PNPM_CACHE_FOLDER: .pnpm-store

jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

# https://cashapp.github.io/hermit/usage/ci/
- name: Init Hermit
uses: cashapp/activate-hermit@v1

- name: Report known vulnerabilities
run: pnpm run audit-ci

test-with-node:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand All @@ -42,7 +30,10 @@ jobs:
uses: cashapp/activate-hermit@v1

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Report known vulnerabilities
run: pnpm run audit-ci

- name: Build all workspace packages
run: pnpm build
Expand Down

0 comments on commit 76f9caf

Please sign in to comment.