Skip to content

Commit

Permalink
ci: accurate error reporting on lint check (zeromicro#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Sep 25, 2021
1 parent d7f4216 commit d3ae9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
go vet -stdmethods=false $(go list ./...)
go install mvdan.cc/gofumpt@latest
test -z "$(gofumpt -s -l -extra .)"
test -z "$(gofumpt -s -l -extra .)" || echo "Please run 'gofumpt -l -w -extra .'"
- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
Expand Down

0 comments on commit d3ae9cf

Please sign in to comment.