chore: 添加类型测试
This commit is contained in:
parent
9da7345f8e
commit
b060eabda9
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Type check
|
||||
run: bunx tsc --noEmit
|
||||
|
||||
- name: Test
|
||||
run: bun test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user