Add ignore list for links
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
e740dd3d6b
commit
f67c1632f5
2
.github/workflows/links.yml
vendored
2
.github/workflows/links.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# Fail action on broken links
|
# Fail action on broken links
|
||||||
fail: true
|
fail: true
|
||||||
args: --exclude-path vendor --no-progress './**/*.md'
|
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
|
||||||
format: markdown
|
format: markdown
|
||||||
# Write GitHub job summary
|
# Write GitHub job summary
|
||||||
jobSummary: true
|
jobSummary: true
|
||||||
|
8
.lycheeignore
Normal file
8
.lycheeignore
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# This file accompanies links verification nightly CI job. Add links to ignore here.
|
||||||
|
|
||||||
|
# These fail often due its popularity
|
||||||
|
https://packages.debian.org/buster-backports/libseccomp2
|
||||||
|
https://packages.ubuntu.com/trusty-backports/libseccomp2
|
||||||
|
|
||||||
|
# Fails often with 'Too Many Requests', easy to scare
|
||||||
|
https://tanzu.vmware.com/kubernetes-grid
|
Loading…
Reference in New Issue
Block a user