kind: pipeline name: default type: docker steps: - name: test image: golangci/golangci-lint:latest commands: - golangci-lint run - go test -v ./...