From a5574f099ad25583c2386676ba0e5c0f74a96c46 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 22 Jun 2024 21:51:01 +0300 Subject: [PATCH] chore: use github-action-markdown-link-check action --- .github/workflows/build.yml | 6 ++---- .github/workflows/markdown_link_check_config.json | 6 +++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 533ceef..8610316 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,8 +40,6 @@ jobs: run: ./gradlew build --stacktrace - name: 🔍 Verify Markdown Links - uses: umbrelladocs/action-linkspector@v1 + uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - github_token: ${{ secrets.github_token }} - reporter: github-check - fail_on_error: true + config-file: .github/workflows/markdown_link_check_config.json diff --git a/.github/workflows/markdown_link_check_config.json b/.github/workflows/markdown_link_check_config.json index 0e0dcd2..7edfbdd 100644 --- a/.github/workflows/markdown_link_check_config.json +++ b/.github/workflows/markdown_link_check_config.json @@ -1,3 +1,7 @@ { - + "ignorePatterns": [ + { + "pattern": "^(http|https):\\/\\/(?!github\\.com\\/ellet0\\/kraft-sync\\/).*" + } + ] } \ No newline at end of file