Skip to content

Commit 95ddc98

Browse files
committed
ci(markdown-link-check): be less verbose, makes it easier to find the errors
1 parent f41a67b commit 95ddc98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
- name: Check links
2020
uses: gaurav-nelson/github-action-markdown-link-check@v1
2121
with:
22+
use-quiet-mode: 'yes'
2223
config-file: .markdown-link-check.json

.markdown-link-check.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,10 @@
33
{
44
"pattern": "^https://www.mediafire.com/file/fj1p9qlbzo5bl5g/BLHeliSuite32_32.9.0.6.zip/file"
55
}
6-
]
6+
],
7+
"timeout": "20s",
8+
"retryOn429": true,
9+
"retryCount": 3,
10+
"fallbackRetryDelay": "5s",
11+
"aliveStatusCodes": [200, 206]
712
}

0 commit comments

Comments
 (0)