pipeline: lint: when: branch: [main, develop] image: node:lts-alpine commands: - yarn install - yarn lint