community-relations/.gitlab-ci.yml

15 lines
173 B
YAML

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