feat: add timeout configuration to golangci-lint
Sets a timeout of 5 minutes for golangci-lint runs to ensure that linting completes in a timely manner and prevents long-running processes from blocking the CI pipeline.
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
run:
|
run:
|
||||||
allow-parallel-runners: true
|
allow-parallel-runners: true
|
||||||
|
timeout: 5m
|
||||||
|
|||||||
Reference in New Issue
Block a user