There was an error while loading. Please reload this page.
1 parent ed06a1c commit 553ddc5Copy full SHA for 553ddc5
1 file changed
.github/workflows/action.yml
@@ -1,9 +1,8 @@
1
name: Check Markdown links
2
3
on:
4
- push:
5
- schedule:
6
- - corn "0 9 * * 1" #Run the action every Monday at 9 am.
+ push: *
+ schedule: cron "0 9 * * 1" #Run the action every Monday at 9 am.
7
8
jobs:
9
markdown-link-check:
0 commit comments