Files
schemas/.golangci.yml
T
argoyle 2861e9d067 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.
2024-12-28 18:16:57 +01:00

4 lines
50 B
YAML

run:
allow-parallel-runners: true
timeout: 5m