2861e9d067
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.
4 lines
50 B
YAML
4 lines
50 B
YAML
run:
|
|
allow-parallel-runners: true
|
|
timeout: 5m
|