gotry/.drone.yml
Theta-Dev 4fbb3ee2db
All checks were successful
continuous-integration/drone/push Build is passing
Add pre-commit and drone CI
2021-10-14 08:07:33 +02:00

13 lines
221 B
YAML

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