Skip to content

Commit bf11f40

Browse files
committed
Update markdown.yml
1 parent dea1617 commit bf11f40

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/markdown-link-check.jsonc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"verbose": true,
3+
"quiet": false,
24
"httpHeaders": [
35
{
46
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],

.github/workflows/markdown.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
ref: ${{ github.head_ref }}
5959

6060
- name: Check Links
61-
uses: tcort/github-action-markdown-link-check@a800ad5f1c35bf61987946fd31c15726a1c9f2ba # v1.1.0
61+
uses: ruzickap/action-my-markdown-link-checker@1126c6a5c31df989b4f3b1a8072ad125887b4c47 # v1.3.0
6262
with:
63-
use-verbose-mode: 'yes'
64-
config-file: '.github/markdown-link-check.jsonc'
63+
verbose: 'true'
64+
quiet: 'false'
65+
config_file: '.github/markdown-link-check.jsonc'

0 commit comments

Comments
 (0)