Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

False positives on Github wiki page repo #198

Open
kaktusztea opened this issue Mar 6, 2024 · 0 comments
Open

False positives on Github wiki page repo #198

kaktusztea opened this issue Mar 6, 2024 · 0 comments

Comments

@kaktusztea
Copy link

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
@kaktusztea kaktusztea changed the title False positives at Github wiki page False positives on Github wiki page repo Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant