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