kind: pipeline name: default steps: - name: lint image: golang:1.12 commands: - make lint - make golangci-lint