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
What happened: To test the deadlink checker, I submitted a PR #595 with a wrong url :
But it pass the CI successfully : https://github.com/mosn/layotto/runs/6551464453?check_suite_focus=true
What you expected to happen: It shouldn't pass the CI
How to reproduce it (as minimally and precisely as possible): Write image with <img> instead of ![](xxxx):
<img>
![](xxxx)
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
similar issue: tcort/markdown-link-check#165
Sorry, something went wrong.
fix: dead-link-checker can't find out dead links (mosn#596)
46f2546
update markdown-link-check version v3.8.7 -> v3 optimize check-dead-link result display ignore internal anchor
fix: dead-link-checker can't find out dead links (#596) (#609)
d991eba
Successfully merging a pull request may close this issue.
What happened:
To test the deadlink checker, I submitted a PR #595 with a wrong url :
But it pass the CI successfully :
https://github.com/mosn/layotto/runs/6551464453?check_suite_focus=true
What you expected to happen:
It shouldn't pass the CI
How to reproduce it (as minimally and precisely as possible):
Write image with
<img>
instead of![](xxxx)
:Anything else we need to know?:
The text was updated successfully, but these errors were encountered: