Skip to content
10 changes: 0 additions & 10 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,6 @@ jobs:
with:
fetch-depth: 0

- uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Install dependencies
run: bun install --frozen-lockfile || bun install

- name: Build action
run: npm run build:action

- name: Run Verify
uses: ./
env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,5 @@ dist/*
# Runtime artifacts
.verify-tmp/
.verify-cache/
# verify harness local state
.verify/
Loading
Loading