We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e740dd3 commit f67c163Copy full SHA for f67c163
.github/workflows/links.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
# Fail action on broken links
22
fail: true
23
- args: --exclude-path vendor --no-progress './**/*.md'
+ args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
24
format: markdown
25
# Write GitHub job summary
26
jobSummary: true
.lycheeignore
@@ -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