Skip to content

Commit

Permalink
ci: linkchecker.yml on all PR
Browse files Browse the repository at this point in the history
  • Loading branch information
PacificYield committed Nov 26, 2024
1 parent 71c929c commit e30fe77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check Markdown links

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand All @@ -18,3 +20,4 @@ jobs:
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: "mlc_config.json"
1 change: 1 addition & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "aliveStatusCodes": [429, 200] }

0 comments on commit e30fe77

Please sign in to comment.