aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a02f6eb..bf9461e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ Run linter and static analyzer:
22 before_script: 22 before_script:
23 - yarn install 23 - yarn install
24 script: 24 script:
25 - yarn dlx @yarnpkg/doctor
25 - yarn typecheck 26 - yarn typecheck
26 - yarn run lint 27 - yarn run lint
27 28