linkspector icon indicating copy to clipboard operation
linkspector copied to clipboard

[FEATURE REQ] Be able to scan Github wiki page repo

Open kaktusztea opened this issue 8 months ago • 1 comments

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

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.

kaktusztea avatar Jun 24 '24 14:06 kaktusztea