Skip to content

Commit 8a7cf21

Browse files
committed
Add 402 status code exception to link checker.
metacpan added browser challenges
1 parent 9bf47ab commit 8a7cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
1919
with:
2020
fail: true
21-
args: --include-fragments --accept '100..=103, 200..=299, 403, 429' './**/*.md' './**/*.html'
21+
args: --include-fragments --accept '100..=103, 200..=299, 402..=403, 429' './**/*.md' './**/*.html'
2222

2323
- name: Create Issue From File
2424
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)