Skip to content

Commit 55ceacc

Browse files
author
Bruno Fantauzzi
committed
fix ci
1 parent f1d8c5e commit 55ceacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v1
12-
- run: bun install
1312
with:
1413
bun-version: 1.1.7
14+
- run: bun install
1515
- run: bun format:check
1616
- run: bun typecheck
1717
- run: bun test

0 commit comments

Comments
 (0)