Files
luet/vendor/github.com/docker/go-units/circle.yml
Ettore Di Giacinto 420186b7db Switch to go mod
2019-11-10 18:05:28 +01:00

12 lines
247 B
YAML

dependencies:
post:
# install golint
- go get golang.org/x/lint/golint
test:
pre:
# run analysis before tests
- go vet ./...
- test -z "$(golint ./... | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | tee /dev/stderr)"