github-action-markdown-link-check
github-action-markdown-link-check copied to clipboard
Check all links in markdown files if they are alive or dead. 🔗✔️
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 
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...
Create a malformed json config file and run the GH action when there are invalid links. When this happens the action will pass with no errors. I discovered this while...
We are running this configuration... ``` - name: Check links uses: gaurav-nelson/github-action-markdown-link-check@v1 env: NODE_NO_WARNINGS: 1 with: use-quiet-mode: yes config-file: .markdown-link-check.json ``` We would expect it to just show output for...