mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
chore: 添加类型测试
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -20,6 +20,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Type check
|
||||||
|
run: bunx tsc --noEmit
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: bun test
|
run: bun test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user