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