Run umbrelladocs/action-linkspector@v1
Run reviewdog/action-setup@v1
Run set -eu
🐶 Installing reviewdog ... https://github.com/reviewdog/reviewdog
Run set -eu
📖 reviewdog -h
Run $GITHUB_ACTION_PATH/script.sh
🔗💀 Installing linkspector ... https://github.com/UmbrellaDocs/linkspector
Running linkspector with reviewdog 🐶 ...
reviewdog: failed to unmarshal rdjson (DiagnosticResult): proto: unexpected EOF
Error: Process completed with exit code 1.
Additionally on wiki page you don't use link like "Something.md", but only as "Something" that points to the selected page.
Hi,
I have a Github repo and I'd like to check its wiki page repo for broken links as well. https://github.com/kaktusztea/km100/wiki
Created a workflow for it: https://github.com/kaktusztea/km100/blob/master/.github/workflows/markdown_links_wiki.yml
But it fails and I don't know why. https://github.com/kaktusztea/km100/actions/runs/9646569412
Additionally on wiki page you don't use link like "Something.md", but only as "Something" that points to the selected page.