summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-14 18:36:03 -0400
committerDax Raad <[email protected]>2025-10-14 18:36:03 -0400
commit83655a3b0941a870c25c9ce569f01b505b31b571 (patch)
tree291807ace9df3026f037e30c164cc61d01081e7d /.github
parent62e5f4b1542143e86715fa3d684da6156f47a3a6 (diff)
downloadopencode-83655a3b0941a870c25c9ce569f01b505b31b571.tar.gz
opencode-83655a3b0941a870c25c9ce569f01b505b31b571.zip
ci: run typecheck before tests to catch type errors early
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c2df2814c..c8d867284 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "opencode"
+ bun turbo typecheck
bun turbo test
env:
CI: true