community-relations/.gitlab-ci.yml

13 lines
139 B
YAML

stages:
- lint
- build
lint:
stage: lint
script:
- yarn lint
tsc:
stage: build
script:
- tsc -p tsconfig.json -noEmit