Skip to content

Commit

Permalink
update build from cache before ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed Apr 10, 2024
1 parent 1c02845 commit 0f51134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('**/bun.lockb') }}
restore-keys: |
${{ runner.os }}-${{ runner.arch }}-bun-
- name: Build packages
run: bun run build:ci
- name: Lint
run: bun run lint
- name: Type check
Expand Down

0 comments on commit 0f51134

Please sign in to comment.