pipeline: install: image: node:lts-alpine commands: - yarn install lint: image: node:lts-alpine commands: - yarn lint build: image: node:lts-alpine commands: - yarn quasar build branches: [main, develop]