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 checked the log and have no idea why does it happen. Also tried to re-run the check but the result was the same. Please see https://github.com/robofit/arcor2/pull/438/checks?check_run_id=1861222777. Many thanks for...

Hello Would it be possible to add the exclude parameter, which will skip the checks for certain files? ```yaml - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-verbose-mode: 'yes' config-file: 'mlc_config.json' exclude: "CHANGELOG.md" #or...

enhancement

Currently, the action uses the markdown-link-check CLI tool and executes a bash script. Over time the bash script has become too long to manage and test. Changes often result in...

enhancement

Currently, ignored paths are hared-coded. Would it be possible to read the `.gitignore` and ignore listed files and directories? find /docs -name '*.md' -not -path './node_modules/*' (Not sure how hard...

enhancement

To update `markdown-link-check` version. Today it released version `3.10.3` which included fixing some bugs affecting this repo. https://github.com/gaurav-nelson/github-action-markdown-link-check/blob/d95b1613ef2337a80f9860814259ece511e0004e/entrypoint.sh#L11

This PR is for two things: 1. Currently when trying to use this Action linting/actionlint fails because all optional inputs are marked as required: true. ![Screen Shot 2022-09-20 at 9...

\"https://blockchain.info/ticker\"\n" fails. I'd like to be able to remove quotes, escapes, and new lines. It gives the error https://blockchain.info/ticker/"/n" so it does correctly remove the first but not the rest

markdown-link-check

some specific links are marked as dead but actually they are accessible: ``` ERROR: 2 dead links found! [✖] https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/ → Status: 0 [✖] https://network.nvidia.com/products/GPUDirect-RDMA/ → Status: 0 ``` please...