chore: use tcort/github-action-markdown-link-check (#3291)

The existing checker is consistently failing
This commit is contained in:
sukun
2025-05-16 15:18:34 +05:30
committed by GitHub
parent c1c77458c2
commit a085837878

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
- uses: tcort/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes' # show only broken links
use-verbose-mode: 'yes'