From 72c8cb8d924e2e7bf819261334136738d84f4020 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sat, 4 Apr 2026 16:12:30 +0900 Subject: [PATCH] fix(ci): typecheck script tooling in CI workflow Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b43bde6d..53959d5e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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]