Skip to content

Commit

Permalink
chore: use github-action-markdown-link-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Jun 22, 2024
1 parent 891fbc0 commit a5574f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion .github/workflows/markdown_link_check_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{

"ignorePatterns": [
{
"pattern": "^(http|https):\\/\\/(?!github\\.com\\/ellet0\\/kraft-sync\\/).*"
}
]
}

0 comments on commit a5574f0

Please sign in to comment.