diff --git a/.github/workflows/markdown-link-checker.json b/.github/workflows/markdown-link-check.json similarity index 72% rename from .github/workflows/markdown-link-checker.json rename to .github/workflows/markdown-link-check.json index 3e63ca95..09ee6405 100644 --- a/.github/workflows/markdown-link-checker.json +++ b/.github/workflows/markdown-link-check.json @@ -1,13 +1,11 @@ { + "aliveStatusCodes": [0, 200], "ignorePatterns": [ { "pattern": "example.org" }, { "pattern": "gitlab.com/profile" - }, - { - "pattern": "docs.github.com" } ] } diff --git a/.github/workflows/markdown-link-checker.yml b/.github/workflows/markdown-link-check.yml similarity index 75% rename from .github/workflows/markdown-link-checker.yml rename to .github/workflows/markdown-link-check.yml index 79af6132..271fff9e 100644 --- a/.github/workflows/markdown-link-checker.yml +++ b/.github/workflows/markdown-link-check.yml @@ -16,4 +16,5 @@ jobs: - uses: actions/checkout@main - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - config-file: .github/workflows/markdown-link-checker.json + use-quiet-mode: 'yes' + config-file: .github/workflows/markdown-link-check.json