We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e0da03 + ddf24ef commit 13d1400Copy full SHA for 13d1400
.github/workflows/action.yml
@@ -15,6 +15,6 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: gaurav-nelson/github-action-markdown-link-check@v1
17
with:
18
- use-quiet-mode: 'no'
+ use-quiet-mode: 'yes'
19
use-verbose-mode: 'yes'
20
config-file: '.github/workflows/mlc_config.json'
.github/workflows/mlc_config.json
@@ -20,5 +20,5 @@
"replacement": "https://www.includecpp.org"
21
}
22
],
23
- "timeout": "20s"
+ "timeout": "60s"
24
0 commit comments