File tree 3 files changed +13
-41
lines changed
3 files changed +13
-41
lines changed Original file line number Diff line number Diff line change
1
+ dirs :
2
+ - docs
3
+ ignorePatterns :
4
+ - pattern : ' ://localhost'
5
+ - pattern : ' ://.*.?example\\.com'
6
+ - pattern : ' github.com/<your_github_handle>'
7
+ - pattern : ' mailto:'
8
+ aliveStatusCodes :
9
+ - 200
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ jobs:
26
26
uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27
27
28
28
- name : Check Markdown links
29
- uses : gaurav-nelson/github- action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
29
+ uses : umbrelladocs/ action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1.2.4
30
30
id : markdown-link-check
31
31
# checks all markdown files from /docs including all subfolders
32
32
with :
33
- use-quiet-mode : " yes"
34
- use-verbose-mode : " yes"
35
- config-file : " .github/workflows/mlc_config.json"
36
- folder-path : " docs/"
37
- file-path : " ./README.md"
33
+ reporter : github-pr-review
34
+ config_file : " .github/.linkspector.yml"
35
+ fail_on_error : ' true'
38
36
39
37
- name : Send Slack notification
40
38
if : failure() && github.event_name == 'schedule'
You can’t perform that action at this time.
0 commit comments