Skip to content

Commit 98d5690

Browse files
committed
build(check-links): remove unnecessary npm install for check-links workflow
1 parent ea7b520 commit 98d5690

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/check-links.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- name: Install markdown-link-check
38-
run: npm install
39-
4037
- name: Run markdown-link-check
4138
run: |
4239
npx --no -- markdown-link-check \

0 commit comments

Comments
 (0)