Skip to content

Commit 3594a15

Browse files
committed
Use better broken link checker
1 parent c5c425e commit 3594a15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,5 @@ jobs:
100100
steps:
101101
- name: Checkout Repo
102102
uses: actions/checkout@v4
103-
- name: Validate Markdown
104-
uses: umbrelladocs/action-linkspector@v1
105-
with:
106-
reporter: github-check
107-
fail_on_error: true
103+
- name: Link Checker
104+
uses: AlexanderDokuchaev/md-dead-link-check@v1.0.1

0 commit comments

Comments
 (0)