forked from mirror/afero
Add gofmt and go vet checks in CI
This commit is contained in:
parent
900cf72eec
commit
d66a0674ca
|
@ -18,4 +18,5 @@ matrix:
|
|||
script:
|
||||
- go build -v ./...
|
||||
- go test -count=1 -cover -race -v ./...
|
||||
|
||||
- go vet ./...
|
||||
- FILES=$(gofmt -s -l . zipfs sftpfs mem); if [[ -n "${FILES}" ]]; then echo "You have go format errors; gofmt your changes"; exit 1; fi
|
||||
|
|
Loading…
Reference in New Issue