We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
and this is how it should be, screenshot of the V3.12.2
The text was updated successfully, but these errors were encountered:
@LegendSebastianoL are you using a markdown-link-check configuration file?
If so, please close the issue as this is a duplicate of #369.
Sorry, something went wrong.
yes, I use the config file.
{ "ignorePatterns": [ { "pattern": "^https://github.com/MyEnterprise" }, { "pattern": "^http://localhost:3000" } ] }
No branches or pull requests
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:
this is the result with 3.13
and this is how it should be, screenshot of the V3.12.2
The text was updated successfully, but these errors were encountered: