Skip to content

Commit

Permalink
ci: verify
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 16, 2024
1 parent ccd2f63 commit 74ddce8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:

- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Build
run: bun run build

- name: Preconstruct
run: bun run preconstruct

- name: Check types
run: bun run typecheck
Expand All @@ -61,8 +55,5 @@ jobs:
with:
node-version: 'latest'

- name: Build
run: bun run build

- name: Run tests
run: bun run test

0 comments on commit 74ddce8

Please sign in to comment.