Explorar o código

add typecheck to gitlab CI

Olivier Massot hai 4 meses
pai
achega
f9c1a28d9d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      .gitlab-ci.yml

+ 6 - 0
.gitlab-ci.yml

@@ -52,6 +52,12 @@ unit:
   # Extract total coverage from job logs (https://docs.gitlab.com/15.6/ee/ci/yaml/index.html#coverage)
   coverage: '/All files\s*|\s*\d+\.\d+/'
 
+typecheck:
+  <<: *default_config
+  stage: analysis
+  script:
+    - yarn typecheck
+
 code_quality:
   <<: *default_config
   stage: analysis