Skip to content

Commit 2ca8f59

Browse files
authored
Merge pull request #66 from bergjohan/mlc-config
Add markdown-link-check config
2 parents 47312e7 + 7f3db7a commit 2ca8f59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
schedule:
88
# runs every monday at 9 am
9-
- cron: "0 9 * * *"
9+
- cron: "0 9 * * 1"
1010

1111
jobs:
1212
markdown-link-check:
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
use-quiet-mode: 'yes'
1919
use-verbose-mode: 'yes'
20+
config-file: '.github/workflows/mlc_config.json'

.github/workflows/mlc_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliveStatusCodes": [200, 400],
3+
"timeout": "20s"
4+
}

0 commit comments

Comments
 (0)