mirror of
https://github.com/luong-komorebi/Awesome-Linux-Software.git
synced 2025-01-11 23:49:36 -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
|
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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user