chore: 添加类型测试

This commit is contained in:
claude-code-best
2026-04-10 22:24:17 +08:00
parent 9da7345f8e
commit b060eabda9

View File

@@ -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