Преглед изворни кода

ci: run typecheck before tests to catch type errors early

Dax Raad пре 4 месеци
родитељ
комит
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 "[email protected]"
           git config --global user.name "opencode"
+          bun turbo typecheck
           bun turbo test
         env:
           CI: true