community-relations/.gitlab-ci.yml

15 lines
165 B
YAML

stages:
- lint
- build
on: [push, pull_request]
lint:
stage: lint
script:
- yarn lint
tsc:
stage: build
script:
- tsc -p tsconfig.json -noEmit