ci_ingo/.drone.yml
Theta-Dev 35d90becc2
All checks were successful
continuous-integration/drone/push Build is passing
faster ci pipeline
2021-10-14 10:32:30 +02:00

10 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 ./...