fix lint issue

This commit is contained in:
6543 2022-03-27 19:48:34 +02:00
parent 9629df54b2
commit 29e147d5c3
2 changed files with 3 additions and 15 deletions

View file

@ -11,7 +11,7 @@ pipeline:
- go version
- go install mvdan.cc/gofumpt@latest
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
- golangci-lint run -v
- golangci-lint run
# # TODO: make tests work
# test: