mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Perform gofmt -s check
This commit is contained in:
parent
f4c729bd22
commit
eb279e7e8a
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ install:
|
||||||
- go get golang.org/x/tools/cmd/vet
|
- go get golang.org/x/tools/cmd/vet
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- [ -z "$(find -name "*.go" | xargs gofmt -s -l)" ] || exit 1
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
Loading…
Reference in a new issue