Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Fantauzzi committed May 9, 2024
1 parent f1d8c5e commit 55ceacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
with:
bun-version: 1.1.7
- run: bun install
- run: bun format:check
- run: bun typecheck
- run: bun test
Expand Down

0 comments on commit 55ceacc

Please sign in to comment.