Skip to content

Commit

Permalink
build(check-links): remove unnecessary npm install for check-links wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
pragmaticivan committed Feb 5, 2025
1 parent ea7b520 commit 94316ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check-links
name: "Link Check"
on:
push:
branches: [main]
Expand Down Expand Up @@ -34,9 +34,6 @@ jobs:
with:
fetch-depth: 0

- name: Install markdown-link-check
run: npm install

- name: Run markdown-link-check
run: |
npx --no -- markdown-link-check \
Expand Down

0 comments on commit 94316ab

Please sign in to comment.