We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c3367 commit 4e88798Copy full SHA for 4e88798
.github/workflows/linter.yml
@@ -24,8 +24,3 @@ jobs:
24
- name: Run codespell
25
run: codespell
26
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