diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 37bd673366..d39747e1fb 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -1,4 +1,4 @@ -name: check-links +name: "Link Check" on: push: branches: [main] @@ -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 \