kind: pipeline type: docker name: default workspace: path: /drone/src steps: - name: Lint image: node:latest commands: - npm install -g yarn - yarn install - yarn lint trigger: branch: - main event: - push