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 0e0b2ff commit 029bf2fCopy full SHA for 029bf2f
.github/workflows/broken-links.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Link Checker
20
id: lychee
21
uses: lycheeverse/lychee-action@v2
22
+ with:
23
+ fail: false # Don't fail on broken links, create an issue instead
24
25
- name: Find already existing issue
26
id: find-issue
0 commit comments