stages: - lint .build: &build image: node:16.10 tags: - kubernetes-parity-build lint: stage: lint <<: *build script: - yarn setup - yarn lint