We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cb430 commit 317f4d8Copy full SHA for 317f4d8
1 file changed
.github/workflows/dead-links.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Link Checker
18
id: lychee
19
uses: lycheeverse/lychee-action@v2
20
+ args: ["--accept", "200,403"]
21
with:
- args: ["--accept", "200,403"]
22
fail: false
23
failIfEmpty: true
24
0 commit comments