mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
fix lint issue
This commit is contained in:
parent
9629df54b2
commit
29e147d5c3
2 changed files with 3 additions and 15 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue