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]