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

V3.13.6 completely different and break CI/CD #379

Closed
LegendSebastianoL opened this issue Nov 30, 2024 · 2 comments
Closed

V3.13.6 completely different and break CI/CD #379

LegendSebastianoL opened this issue Nov 30, 2024 · 2 comments

Comments

@LegendSebastianoL
Copy link

Since I upgraded to V3.13.6 (from 3.12.2), the CI/CD has been completely broken, even though it seems to work perfectly locally on my MAC OS X.

I use this script both in the GitHub workflow and locally:

"check:markdown-links": "find docs -type f -name '*.md' | xargs -P0 -L1 npx markdown-link-check"

this is the result with 3.13

391232719-3d10dd80-5827-49f1-be51-8aee9691db25

and this is how it should be, screenshot of the V3.12.2

Screenshot 2024-11-30 at 12 29 53
@per1234
Copy link

per1234 commented Dec 4, 2024

@LegendSebastianoL are you using a markdown-link-check configuration file?

If so, please close the issue as this is a duplicate of #369.

@LegendSebastianoL
Copy link
Author

yes, I use the config file.

{
  "ignorePatterns": [
    {
      "pattern": "^https://github.com/MyEnterprise"
    },
    {
      "pattern": "^http://localhost:3000"
    }
  ]
}

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

2 participants