pipeline: lint: image: node:lts-alpine commands: - yarn install - yarn lint