ci: run typecheck before tests to catch type errors early

pull/2938/head
Dax Raad 2025-10-14 18:36:03 -04:00
parent 62e5f4b154
commit 83655a3b09
1 changed files with 1 additions and 0 deletions

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