Skip to content

Commit

Permalink
Move to Linkspector
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Jan 20, 2025
1 parent 84f0ea8 commit eb01106
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
markdown_link_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Markdown Link Check
uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: actions/checkout@v4
- name: Linkspector
uses: umbrelladocs/action-linkspector@v1
with:
filter_mode: nofilter
fail_on_error: true

0 comments on commit eb01106

Please sign in to comment.