fix markdown lint not running

This commit is contained in:
Luong Vo 2022-10-30 01:13:20 +07:00
parent 7115d90e40
commit d64f110922
No known key found for this signature in database
GPG Key ID: 0E5CF98D50B145D0
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
name: Markdown Links Check
# runs every monday at 9 am
on:
schedule:
- cron: "0 9 * * 1"
- cron: "14 18 * * 6"
jobs:
check-links:
@ -15,6 +14,6 @@ jobs:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'
max-depth: 0
file-path: README.md
max-depth: 1
file-path: './README.md'