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