File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 with :
2929 args : >
3030 --root-dir "${{ github.workspace }}"
31- --cache --max-cache-age 1d
32- --max-concurrency 6
33- --max-retries 6
34- --retry-wait-time 2
35- --timeout 30
3631 --github-token ${{ secrets.GITHUB_TOKEN }}
37- --exclude '^https://github\.com/kedacore/http-add-on/pkgs/container/http-add-on-interceptor$'
38- --exclude '^https://github\.com/kedacore/http-add-on/pkgs/container/http-add-on-operator$'
39- --exclude '^https://github\.com/kedacore/http-add-on/pkgs/container/http-add-on-scaler$'
40- --exclude '^http://opentelemetry-collector\.open-telemetry-system:4318$'
41- --exclude '^http://opentelemetry-collector\.open-telemetry-system:4318/$'
42- --exclude '^http://opentelemetry-collector\.open-telemetry-system:4318/v1/traces$'
43- --exclude '^https://www\.gnu\.org/software/make/$'
4432 "./**/*.md"
Original file line number Diff line number Diff line change @@ -360,3 +360,5 @@ admin/Cargo.lock
360360/certs /
361361
362362* .test
363+
364+ .lycheecache
Original file line number Diff line number Diff line change @@ -200,6 +200,9 @@ lint:
200200lint-fix :
201201 golangci-lint run --fix
202202
203+ check-links :
204+ lychee " ./**/*.md"
205+
203206pre-commit : # # Run static-checks.
204207 pre-commit run --all-files
205208
Original file line number Diff line number Diff line change 1+ cache = true # default: false
2+ max_cache_age = " 7d" # default: 1d
3+ max_concurrency = 6 # default: 128
4+ max_retries = 6 # default: 3
5+ retry_wait_time = 10 # default: 1s; survive transient network failures
6+
7+ exclude = [
8+ ' ^http://opentelemetry-collector\.open-telemetry-system:4318' ,
9+ ]
You can’t perform that action at this time.
0 commit comments