k3s/vendor/github.com/docker/go-units/circle.yml
Darren Shepherd 661988fb38 Update vendor
2019-09-27 16:54:32 -07: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)"