ginzip/.drone.yml
Theta-Dev ed0a05df42
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2021-12-17 14:05:22 +01:00

11 lines
171 B
YAML

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