Skip to content

Commit 295bdcb

Browse files
committed
chore: lint and typecheck errors
1 parent dcd7a86 commit 295bdcb

File tree

5 files changed

+90
-262
lines changed

5 files changed

+90
-262
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: bun install
2121

2222
- name: Run linter
23-
run: bun run lint
23+
run: bun run lint:all
2424

2525
- name: Run type check
2626
run: bun run typecheck

0 commit comments

Comments
 (0)