Skip to content

Commit 13d1400

Browse files
Merge pull request #83 from include-cpp/update-link-check
Re-enable quiet mode on link check and change timeout to 60s
2 parents 9e0da03 + ddf24ef commit 13d1400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1717
with:
18-
use-quiet-mode: 'no'
18+
use-quiet-mode: 'yes'
1919
use-verbose-mode: 'yes'
2020
config-file: '.github/workflows/mlc_config.json'

.github/workflows/mlc_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"replacement": "https://www.includecpp.org"
2121
}
2222
],
23-
"timeout": "20s"
23+
"timeout": "60s"
2424
}

0 commit comments

Comments
 (0)