Skip to content

Commit 51067fa

Browse files
authored
Merge pull request #5025 from ralfhandl/main-fix-puppeteer-problem
main: use Linkspector action in validate-markdown workflow
2 parents 0efdc65 + ce213cd commit 51067fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/validate-markdown.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ jobs:
2929
run: npx --yes markdownlint-cli2 *.md
3030

3131
- name: Check links in markdown files
32-
run: npx --yes @umbrelladocs/linkspector check
32+
uses: umbrelladocs/action-linkspector@v1
33+
with:
34+
reporter: github-check
35+
fail_level: any
36+
filter_mode: nofilter

0 commit comments

Comments
 (0)