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