From ce213cdf20d6f1b60e56c3c77037bbf7db862ee8 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Tue, 7 Oct 2025 11:27:20 +0200 Subject: [PATCH] validate-markdown,yaml: use Linkspector action --- .github/workflows/validate-markdown.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-markdown.yaml b/.github/workflows/validate-markdown.yaml index a9260254ed..4412a727f0 100644 --- a/.github/workflows/validate-markdown.yaml +++ b/.github/workflows/validate-markdown.yaml @@ -29,4 +29,8 @@ jobs: run: npx --yes markdownlint-cli2 *.md - name: Check links in markdown files - run: npx --yes @umbrelladocs/linkspector check + uses: umbrelladocs/action-linkspector@v1 + with: + reporter: github-check + fail_level: any + filter_mode: nofilter