You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- kind: pipeline
- name: test-go
-
- steps:
- - name: test-go
- image: golang
- commands:
- - go test ./...
- #- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.31.0
- #- golangci-lint run
|