We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd44db1 commit 4afdce5Copy full SHA for 4afdce5
.github/workflows/action.yml
@@ -2,8 +2,8 @@ name: Check Markdown links
2
3
on:
4
push:
5
- schedule:
6
- - cron "0 9 * * 1" #Run the action every Monday at 9 am.
+ schedule:
+ - cron: '0 9 * * 1' #Run the action every Monday at 9 am.
7
8
jobs:
9
markdown-link-check:
0 commit comments