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 8aa4ea0eb1
commit 38a2a69743
+1
View File
@@ -24,6 +24,7 @@ jobs:
run: |
git config --global user.email "bot@opencode.ai"
git config --global user.name "opencode"
bun turbo typecheck
bun turbo test
env:
CI: true