This commit is contained in:
davidnewhall2 2020-07-20 00:30:07 -07:00
parent fc3ed9065f
commit 340ddec7c6
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ before_install:
# download super-linter: golangci-lint
- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest
script:
- golangci-lint run --enable-all
- golangci-lint run --enable-all -D gofumpt
- go test ./...