mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-23 03:53:56 +00:00
increase lint timeout
This commit is contained in:
parent
eff919ff1f
commit
ea7b0a599c
@ -11,7 +11,7 @@ steps:
|
|||||||
- go version
|
- go version
|
||||||
- go install mvdan.cc/gofumpt@latest
|
- go install mvdan.cc/gofumpt@latest
|
||||||
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
||||||
- golangci-lint run --timeout 5m --build-tags integration
|
- golangci-lint run --timeout 10m --build-tags integration
|
||||||
|
|
||||||
editor-config:
|
editor-config:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user