Skip to content

Commit 3c9ef8c

Browse files
hotfix: do not fail if links are not found
Markdown files cannot always be scanned correctly be linkchecker causing it to fail
1 parent 21f59a7 commit 3c9ef8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/link-checker-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
4343
fail: true
44+
failIfEmpty: false
4445
jobSummary: true
4546
env:
4647
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)