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