We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47312e7 + 7f3db7a commit 2ca8f59Copy full SHA for 2ca8f59
.github/workflows/action.yml
@@ -6,7 +6,7 @@ on:
6
- master
7
schedule:
8
# runs every monday at 9 am
9
- - cron: "0 9 * * *"
+ - cron: "0 9 * * 1"
10
11
jobs:
12
markdown-link-check:
@@ -17,3 +17,4 @@ jobs:
17
with:
18
use-quiet-mode: 'yes'
19
use-verbose-mode: 'yes'
20
+ config-file: '.github/workflows/mlc_config.json'
.github/workflows/mlc_config.json
@@ -0,0 +1,4 @@
1
+{
2
+ "aliveStatusCodes": [200, 400],
3
+ "timeout": "20s"
4
+}
0 commit comments