Ignore tests/ in doc link check

This commit is contained in:
Tobias Gesellchen
2026-03-30 00:52:00 +02:00
parent 71e3260823
commit 0b8f561077
+3 -5
View File
@@ -147,11 +147,9 @@ jobs:
uses: actions/checkout@v6
- name: Check documentation links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".github/markdown-link-check.json"
run: |
npm install -g markdown-link-check
find . -name "*.md" -not -path "./tests/*" -not -path "./node_modules/*" -print0 | xargs -0 -n1 markdown-link-check -q -v -c .github/markdown-link-check.json
- name: Warn on pending images
run: |