Add typescript type checking to gitlab CI

This commit is contained in:
Kasper Seweryn 2022-05-02 10:26:00 +02:00 committed by Georg Krause
parent 561c1d868c
commit a38d0bc516
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ eslint:
- yarn install - yarn install
script: script:
- yarn lint --max-warnings 0 - yarn lint --max-warnings 0
- yarn lint:tsc
cache: cache:
key: "$CI_PROJECT_ID__eslint_npm_cache" key: "$CI_PROJECT_ID__eslint_npm_cache"
paths: paths: