1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +02:00

ci: lint timeout

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-10-24 11:46:53 -03:00
parent b844fef337
commit 43ca803226

View File

@@ -78,7 +78,7 @@ tasks:
lint:
desc: Lint the code with golangci-lint
cmds:
- golangci-lint run --config ./.golangci.yaml ./...
- golangci-lint run --timeout 10m --config ./.golangci.yaml ./...
ci:
desc: Run all CI steps