-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,593 additions
and
356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,16 +30,6 @@ jobs: | |
|
||
- name: Lint | ||
run: | | ||
go install mvdan.cc/[email protected] | ||
echo "install done!" | ||
set -e | ||
if [[ -n "$(gofumpt -l .)" ]]; then | ||
echo "gofumpt found formatting issues." | ||
gofumpt -l . | ||
exit 1 | ||
fi | ||
test -z "$(gofumpt -l .)" | ||
echo "test done!" | ||
go vet -stdmethods=false $(go list ./...) | ||
echo "go vet done!" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.