ci: run typecheck before tests to catch type errors early
parent
62e5f4b154
commit
83655a3b09
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue