Merge cff5820b86
into b79242d858
This commit is contained in:
commit
b0cdabeef4
|
@ -14,11 +14,6 @@ jobs:
|
|||
|
||||
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
|
||||
with:
|
||||
# excluding links to pull requests and issues is done for performance
|
||||
args: >
|
||||
--include-fragments
|
||||
--exclude "^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
|
||||
--max-retries 6
|
||||
--retry-wait-time 10
|
||||
--max-concurrency 1
|
||||
--config ./lychee.toml
|
||||
.
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
timeout = 30
|
||||
retry_wait_time = 10
|
||||
max_retries = 6
|
||||
max_concurrency = 1
|
||||
|
||||
# Check fragments in links
|
||||
include_fragments = true
|
||||
|
||||
# excluding links to pull requests and issues is done for performance
|
||||
exclude = [
|
||||
"^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue