Skip to content

Commit 4e88798

Browse files
committed
Remove markdown-link-check
1 parent 95c3367 commit 4e88798

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/linter.yml

-5
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,3 @@ jobs:
2424
- name: Run codespell
2525
run: codespell
2626

27-
- name: Install markdown-lint-check
28-
run: npm install -g markdown-link-check
29-
30-
- name: Run markdown-lint-check
31-
run: find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -a 0 -p -v -r

0 commit comments

Comments
 (0)