gotry/.drone.yml
Theta-Dev 612e58f241
All checks were successful
continuous-integration/drone/push Build is passing
faster ci pipeline
2021-10-14 10:31:05 +02:00

11 lines
157 B
YAML

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