Skip to content

Commit 95f16f9

Browse files
committed
enable reporting of errors as an issue
1 parent 19aff56 commit 95f16f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
id: lychee
1919
uses: lycheeverse/lychee-action@v2
2020
with:
21+
fail: false
2122
args: --accept 403 lectures/*.md
2223
- name: Create Issue From File
2324
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)