Переглянути джерело

ci: run typecheck before tests to catch type errors early

Dax Raad 11 місяців тому
батько
коміт
83655a3b09
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -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