mirror of
https://github.com/libp2p/go-libp2p.git
synced 2025-09-26 20:21:26 +08:00
chore: use tcort/github-action-markdown-link-check (#3291)
The existing checker is consistently failing
This commit is contained in:
2
.github/workflows/link-check.yml
vendored
2
.github/workflows/link-check.yml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user