Skip to content

Commit b060eab

Browse files
chore: 添加类型测试
1 parent 9da7345 commit b060eab

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Install dependencies
2121
run: bun install --frozen-lockfile
2222

23+
- name: Type check
24+
run: bunx tsc --noEmit
25+
2326
- name: Test
2427
run: bun test
2528

0 commit comments

Comments
 (0)