ci: improve caching (#7954)

This commit is contained in:
Ammar Bandukwala
2023-06-12 12:09:54 -05:00
committed by GitHub
parent 4bc4e63637
commit a540e629e5
5 changed files with 96 additions and 76 deletions
+1 -2
View File
@@ -200,12 +200,11 @@ issues:
max-same-issues: 0
run:
concurrency: 4
skip-dirs:
- node_modules
skip-files:
- scripts/rules.go
timeout: 5m
timeout: 10m
# Over time, add more and more linters from
# https://golangci-lint.run/usage/linters/ as the code improves.