ci: run typecheck before tests to catch type errors early

This commit is contained in:
Dax Raad
2025-10-14 18:36:03 -04:00
parent 62e5f4b154
commit 83655a3b09

View File

@@ -24,6 +24,7 @@ jobs:
run: | run: |
git config --global user.email "bot@opencode.ai" git config --global user.email "bot@opencode.ai"
git config --global user.name "opencode" git config --global user.name "opencode"
bun turbo typecheck
bun turbo test bun turbo test
env: env:
CI: true CI: true