Update check-markdown-links.yml
This commit is contained in:
parent
bc2548b461
commit
9abab08bb2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check-markdown-links.yml
vendored
2
.github/workflows/check-markdown-links.yml
vendored
|
|
@ -18,3 +18,5 @@ jobs:
|
||||||
|
|
||||||
- name: Link Checker
|
- name: Link Checker
|
||||||
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
|
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
|
||||||
|
with:
|
||||||
|
args: --base . --verbose --no-progress --exclude-path '\.github' './**/*.md'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue