gaurav-nelson / github-action-markdown-link-check

Check all links in markdown files if they are alive or dead. 🔗✔️
MIT License
407 stars 76 forks source link

False positives on Github wiki page repo #198

Closed kaktusztea closed 4 months ago

kaktusztea commented 7 months ago

Hi,

I use your markdown link checker in my repo and it works great. Great job, thanks!

Although I run it on the wiki page repo as well and all its relative links are reported as false positive (signs as faulty links): Action log

Example: [Metamágia](STUDY.magia.metamagia)

The links there should be without the .md extension to work well and linter-check thinks this format is faulty.

Action yaml:

name: Check Markdown links in wiki repo

on: push

jobs:
  markdown-link-check:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
      with:
        repository: ${{github.repository}}.wiki
    - uses: gaurav-nelson/github-action-markdown-link-check@v1
gaurav-nelson commented 4 months ago

Thank you @kaktusztea I have stopped working on this action. Please try https://github.com/UmbrellaDocs/linkspector and https://github.com/UmbrellaDocs/action-linkspector instead.

kaktusztea commented 4 months ago

OK, thanks @gaurav-nelson for the reply. I'll try the new action. I hope that can handle github wiki repo's relative links without the ".md" extension 🙂

kaktusztea commented 4 months ago

Closing.

gaurav-nelson commented 4 months ago

Thank you @kaktusztea Feel free to create an issue if that doesn't work.