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.
2 parents 5f1df19 + 8dbbdf9 commit e315b09Copy full SHA for e315b09
.github/.lycheeignore
@@ -0,0 +1,3 @@
1
+# Ignorefile for broken link check
2
+localhost
3
+mvnrepository.com
.github/workflows/broken-links.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
+ - run: mv .github/.lycheeignore .lycheeignore
18
+
19
- name: Link Checker
20
id: lychee
21
uses: lycheeverse/lychee-action@v1
0 commit comments