Skip to content

Commit c166360

Browse files
authored
Merge pull request #329 from square/dfed--link
Update readme validator
2 parents 10fd1eb + bef025c commit c166360

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ jobs:
9292
- name: Checkout Repo
9393
uses: actions/checkout@v4
9494
- name: Validate Markdown
95-
uses: gaurav-nelson/github-action-markdown-link-check@v1
95+
uses: umbrelladocs/action-linkspector@v1
96+
with:
97+
reporter: github-check
98+
fail_on_error: true

0 commit comments

Comments
 (0)