ci: 移除不存在的 typecheck 脚本,类型检查已包含在 build 中
All checks were successful
Build & Deploy Admin / deploy (push) Successful in 28s

This commit is contained in:
Wang Zhuoxuan 2026-04-22 15:13:21 +08:00
parent 6add8bf027
commit 91f88acba7

View File

@ -14,10 +14,8 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Lint & Type check
run: |
bun run lint
bun run typecheck
- name: Lint
run: bun run lint
- name: Build
run: bun run build