Skip to content

Commit

Permalink
Fix build thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 19, 2024
1 parent 14c5fad commit 5e85166
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
CI: true
- uses: pre-commit/[email protected]
- name: Build
run: bun build
run: bun run build
env:
CI: true
- name: Check
run: bun run check
env:
CI: true

0 comments on commit 5e85166

Please sign in to comment.