github-action-markdown-link-check icon indicating copy to clipboard operation
github-action-markdown-link-check copied to clipboard

Check all links in markdown files if they are alive or dead. 🔗✔️

Results 47 github-action-markdown-link-check issues
Sort by recently updated
recently updated
newest added

I am trying to use the action with `self-hosted` runner and it fails to locate the folder. The same works if I don't use `self-hosted` runner ![image](https://user-images.githubusercontent.com/42219389/220475649-297e3d1d-56d5-429e-88bc-ae6aa4aced9b.png)

We are trying to verify the https://www.st.com/en/evaluation-tools/nucleo-f429zi.html link, but it seems to fail with: ``` [✖] https://www.st.com/en/evaluation-tools/nucleo-f429zi.html → Status: 0 Error: ESOCKETTIMEDOUT at ClientRequest. (/usr/local/lib/node_modules/markdown-link-check/node_modules/request/request.js:816:19) at Object.onceWrapper (node:events:627:28) at ClientRequest.emit...

First of all thanks for putting this out there. Was experimenting with this github actions and noticed it yielding multiple deprecation warnings and one about a low severity vulnerability. Since...

In my case, `PREVIEW_URL` changes on newly opened PR. It would be great to be able to pass the `BASEURL` from the github action into the github file like this....

Thanks for making this link checker :heart: I encountered a strange false positive with `crates.io`, the link below works in the browser :shrug: : ``` ERROR: 1 dead links found!...

## Issue description Due to wrong tag name format, [Renovate](https://docs.renovatebot.com/) does not success to do the version lookup. ## Issue reported ``` { "warnings": [ "Could not determine new digest...

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...