fix(ci): typecheck script tooling in CI workflow

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-04 16:12:30 +09:00
parent bedf141c5e
commit 72c8cb8d92
+3
View File
@@ -66,6 +66,9 @@ jobs:
- name: Type check
run: bun run typecheck
- name: Type check script tooling
run: bunx tsc --noEmit -p script/tsconfig.json
build:
runs-on: ubuntu-latest
needs: [test, typecheck]