Skip to content

Commit ab0ec83

Browse files
committed
ci: add missing install deps step
1 parent 657d21b commit ab0ec83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: oven-sh/setup-bun@v2
12+
- run: bun install --frozen-lockfile
1213
- run: bun lint
1314
- run: bun test
1415
- run: bun run typecheck

0 commit comments

Comments
 (0)