Skip to content

Commit f67c163

Browse files
committed
Add ignore list for links
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent e740dd3 commit f67c163

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
# Fail action on broken links
2222
fail: true
23-
args: --exclude-path vendor --no-progress './**/*.md'
23+
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
2424
format: markdown
2525
# Write GitHub job summary
2626
jobSummary: true

.lycheeignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file accompanies links verification nightly CI job. Add links to ignore here.
2+
3+
# These fail often due its popularity
4+
https://packages.debian.org/buster-backports/libseccomp2
5+
https://packages.ubuntu.com/trusty-backports/libseccomp2
6+
7+
# Fails often with 'Too Many Requests', easy to scare
8+
https://tanzu.vmware.com/kubernetes-grid

0 commit comments

Comments
 (0)