Skip to content

Commit c5c425e

Browse files
authored
Update readme validator (#47)
1 parent be7300e commit c5c425e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,7 @@ jobs:
101101
- name: Checkout Repo
102102
uses: actions/checkout@v4
103103
- name: Validate Markdown
104-
uses: gaurav-nelson/github-action-markdown-link-check@v1
104+
uses: umbrelladocs/action-linkspector@v1
105+
with:
106+
reporter: github-check
107+
fail_on_error: true

0 commit comments

Comments
 (0)