We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fc285 commit d8a9ecfCopy full SHA for d8a9ecf
3 files changed
.github/workflows/check-md-links.yaml
@@ -15,4 +15,5 @@ jobs:
15
- uses: gaurav-nelson/github-action-markdown-link-check@v1
16
with:
17
use-quiet-mode: 'yes'
18
- use-verbose-mode: 'yes'
+ use-verbose-mode: 'yes'
19
+ config-file: '.github/workflows/mlc_config.json'
.github/workflows/mlc_config.json
@@ -0,0 +1,11 @@
1
+{
2
+ "ignorePatterns": [
3
+ {
4
+ "pattern": "^https://x.com"
5
+ }
6
+ ],
7
+ "timeout": "20s",
8
+ "retryOn429": true,
9
+ "retryCount": 3,
10
+ "fallbackRetryDelay": "30s"
11
+}
mlc_config.json
0 commit comments