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

**Issue Description** The link checker is not identifying the broken links anymore. A few weeks ago (months?) the action worked. **Current Workflow Configuration** ``` on: [push] name: Check links jobs:...

Hi, I tried setting up your tool on our [repo](https://github.com/DeepRank/deeprank-core/pull/433), but it is incorrectly flagging a link as dead: > ERROR: 1 dead links found! > [✖] https://opensource.org/license/apache-2-0/ → Status:...

I have ```yaml - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: 'yes' use-verbose-mode: 'no' config-file: 'mlc_config.json' folder-path: 'docs/' file-path: './README.md' ``` I get (excerpt) ``` FILE: docs/decisions/0023-localized-preferences.md 0 links checked. FILE: docs/decisions/adr-template.md [✖]...

having a repository where - for whatever mystery - some files have .md and others .MD extension, i realised that the action is case sensitive. I was wondering if it...

Part way through checking our files, the checker will fail with: ``` FILE: ./edge-impulse-studio/processing-blocks/image.md /usr/local/lib/node_modules/markdown-link-check/node_modules/async/dist/async.js:324 if (fn === null) throw new Error("Callback was already called."); ^ Error: Callback was already...

If I run the Github action locally via nektos/act, I get: ``` error: cannot run ssh: No such file or directory fatal: unable to fork ``` I have no clue...

There are sites that are sending a redirect with a cookie if the request does not have one, for examlpe Twitter started doing this, so those links are now marked...

`https://www.php.net/manual/en/install` is showing up as a dead link but works in browser.

## Situation When a server answers with HTTP status code 301 (redirect permanent) the link checker treats this as a broken link, even if the link the redirect points to...

markdown-link-check