From d06361344b4c1cbce59ad646b95e63477c9684d0 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Fri, 19 Jan 2024 19:44:55 +0100 Subject: [PATCH] (ts)(ci) add CI job for type checking via TypeScript --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a5f19f18..f13ca0cb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ check: - make switch LANG=en - end_section + - start_section "Type checking" + - yarn tsc || record_failure + - end_section + - start_section "Unit Tests" - > yarn test --ci --reporters=default --reporters=jest-junit