Skip to content

Commit 94316ab

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/check-links.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: check-links
1+
name: "Link Check"
22
on:
33
push:
44
branches: [main]
@@ -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)