From 9abab08bb202bad429e3019150a54cb645c5cfa5 Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Tue, 29 Jul 2025 22:25:01 +0530 Subject: [PATCH] Update check-markdown-links.yml --- .github/workflows/check-markdown-links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index af5966d..09d5d66 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -18,3 +18,5 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 + with: + args: --base . --verbose --no-progress --exclude-path '\.github' './**/*.md'