File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 45
45
- uses : actions-rs/cargo@v1
46
46
with :
47
47
command : fmt
48
- args : --all -- --check
48
+ args : --all -- --check
49
+
50
+ links :
51
+ name : markdown-link-check
52
+ runs-on : ubuntu-latest
53
+ steps :
54
+ - uses : actions/checkout@master
55
+ - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change
1
+ name : Check Markdown links
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ schedule :
8
+ # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
9
+ - cron : " 0 9 * * *"
10
+
11
+ jobs :
12
+ markdown-link-check :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@master
16
+ - uses : gaurav-nelson/github-action-markdown-link-check@v1
17
+ with :
18
+ use-quiet-mode : ' yes'
You can’t perform that action at this time.
0 commit comments