a76276787f
Sets a timeout of 5 minutes for golangci-lint to improve performance and prevent long-running linting processes. This change ensures that the linting process completes within a reasonable time frame, enhancing the development workflow.
4 lines
50 B
YAML
4 lines
50 B
YAML
run:
|
|
allow-parallel-runners: true
|
|
timeout: 5m
|