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

View File

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