Skip to content

Commit 1b2cedf

Browse files
committed
Remove explicit type checking step from CI workflow
1 parent ba732f1 commit 1b2cedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Check formatting
4646
run: pnpm run format:check
4747

48-
- name: Type check
49-
run: pnpm run build
48+
# Type checking is handled by the test runner
49+
# - name: Type check
5050

5151
- name: Run tests
5252
run: pnpm run test

0 commit comments

Comments
 (0)