diff --git a/.github/markdown-linter-config.json b/.github/markdown-link-check-confg.json similarity index 100% rename from .github/markdown-linter-config.json rename to .github/markdown-link-check-confg.json diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 2d1e879d93..775b5b92d1 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -1,4 +1,4 @@ -name: "Markdown Lint and Link Check" +name: "markdown-linter" on: push: @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v2 - name: Run markdown link check - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 + uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 with: config-file: '.github/markdown-link-check-config.json' folder-path: '.'