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.
1 parent 0efdc65 commit ce213cdCopy full SHA for ce213cd
.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