Skip to content

Commit fa435ac

Browse files
committed
Merge branch 'main' into main-schema-publish-create-jekyll-lander
2 parents f8dbf9b + 51067fa commit fa435ac

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)