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

Changes for #9 Based on: - https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter - https://trstringer.com/github-actions-multiline-strings/

Similar to https://github.com/gaurav-nelson/github-action-vale-lint

enhancement

Suddenly (apparently with release of 1.0.14) I get piles and piles of link-check failures. See https://github.com/drud/ddev/runs/5561841543?check_suite_focus=true for example, but it's quite consistent. * Several external links show as 503 *...

please find the log in https://github.com/NVIDIA/spark-rapids-examples/runs/7000830544?check_suite_focus=true in this repo, the absolute paths can be reached on the github web page, but are are marked as dead links.

While using GitHub actions I get the error. ``` ERROR: 1 dead links found! [✖] https://siiami.pl/ → Status: 403 ``` The complete log is here https://github.com/iamtodor/jdg/runs/7010592789?check_suite_focus=true However, if I run...

I have a project with a whitespace in the filename. This results in a rather useless error "ERROR: File not found! Please provide a valid filename as an argument.". After...

Here is the action: https://github.com/chaos-mesh/chaos-mesh/runs/6585613293?check_suite_focus=true This issue occurred several days ago. I do not know why the status is `0`, it should be an HTTP Status Code.

Today I just discovered that one of my markdown links was broken on Unix. The reason: someone used a windows separator in the path, so the link is working properly...

ERROR: 1 dead links found! 241 [✖] http://bigocheatsheet.com → Status: 0 This works when I load the page, so why can't the link checker open it? thanks, Rob

question

I'm checking a lot of links on a run, and finding the failed items in the logs becomes cumbersome (I can search for [x] in the text). I would like...