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 eb64d55 commit 524e97aCopy full SHA for 524e97a
.github/workflows/check-links.yml
@@ -40,13 +40,14 @@ jobs:
40
41
- name: Link Checker
42
id: lychee
43
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
+ uses: lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.0
44
with:
45
fail: false # Don't fail action on broken links
46
output: /tmp/lychee-out.md
47
+ # 200: OK
48
# 429: Too many requests
49
args: >
- --accept 429
50
+ --accept 200,429
51
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%s$"
52
--exclude "^https://docs.generic-mapping-tools.org/6.[0-9]?/%3Cmodule-name%3E.html$"
53
--exclude "^https://doi.org"
0 commit comments