mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2024-12-24 06:59:27 -05:00
fix markdown lint not running
This commit is contained in:
parent
7115d90e40
commit
d64f110922
7
.github/workflows/action.yml
vendored
7
.github/workflows/action.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user