steps: build: image: node commands: - npm ci - npm run build when: event: push branch: [ hotfix/*, feature/*, renovate/* ] lint: image: node commands: - npm run lint when: event: push branch: [ hotfix/*, renovate/* ]