0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-03-12 02:23:39 +00:00
crazy-max_diun/vendor/github.com/docker/go-units/circle.yml
2024-12-14 22:30:21 +01:00

11 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)"