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 4efe255 + 29dfe50 commit e9c16feCopy full SHA for e9c16fe
.github/.lycheeignore
@@ -0,0 +1,2 @@
1
+# Ignorefile for broken link check
2
+localhost
.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