From f1d02a4843216f5a6a7c6c688280b4376fc6878e Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 26 Nov 2024 22:19:18 +0000 Subject: [PATCH] Exclude the `vendor` directory from link-check. --- .github/workflows/link-check.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index d4dbe89db..ba61b35d9 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -18,4 +18,8 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Check links in Markdown files - uses: gaurav-nelson/github-action-markdown-link-check@v1 \ No newline at end of file + uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + # Do not check the `vendor/` directory. + folder-path: .github,js,openapi,python,rust + file-path: ./README.md