Skip to content

Commit b5f9b82

Browse files
committed
chore: fix script
1 parent 4a37fe2 commit b5f9b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: bun install --frozen-lockfile
2727

2828
- name: Lint
29-
run: bun run format
29+
run: bun run lint
3030

3131
test:
3232
name: Test

0 commit comments

Comments
 (0)