We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0efdc65 + ce213cd commit 51067faCopy full SHA for 51067fa
.github/workflows/validate-markdown.yaml
@@ -29,4 +29,8 @@ jobs:
29
run: npx --yes markdownlint-cli2 *.md
30
31
- name: Check links in markdown files
32
- run: npx --yes @umbrelladocs/linkspector check
+ uses: umbrelladocs/action-linkspector@v1
33
+ with:
34
+ reporter: github-check
35
+ fail_level: any
36
+ filter_mode: nofilter
0 commit comments