Просмотр исходного кода

ci: run typecheck before tests to catch type errors early

Dax Raad 6 месяцев назад
Родитель
Сommit
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