Skip to content

Commit a195a79

Browse files
authored
Fix the markdown check links action (#280)
* Test if the mlc config file is detected * Mark 403 http status code as alive * Relocate the configuration file * Relocate the configuration file * Use action built-in way of setting config file
1 parent 1c652e0 commit a195a79

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"aliveStatusCodes": [200, 403]
3+
}

.github/workflows/markdown-check-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
- uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 # 1.0.13
1818
with:
1919
use-quiet-mode: 'yes'
20+
config-file: .github/workflows/markdown-check-links.json

0 commit comments

Comments
 (0)