github-action-markdown-link-check

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

MIT License

Stars
407
Committers
27

Bot releases are visible (Hide)

github-action-markdown-link-check - 1.0.15 Latest Release

Published by gaurav-nelson over 1 year ago

Changes

Thank you @mgrojo @qaristote @RezaRahemtola for minor typo fixes.

github-action-markdown-link-check - 1.0.14

Published by gaurav-nelson about 2 years ago

Important ‼️

This version is in beta. Use 1.0.13 or v1 which are the stable versions.


Changes

Thank you @thanethomson @edumco @Pandapip1 @creachadair @bogdandrutu

github-action-markdown-link-check - 1.0.13

Published by gaurav-nelson over 3 years ago

Main changes:

  • Merge pull request #111 from gaurav-nelson/[email protected] (9710f0f)
  • Update to markdown-link-check version 3.8.7 (7a77bd1)

Other minor updates:

  • Merge pull request #107 from petethepig/patch-1 (95ffb9c)
  • Adds pyroscope to the list of happy users (2df45f2)
  • Fixed usage examples (cc3343e)
  • Buy me a coffee (24cd99c)
  • Remove treeware badge (f0656de)
  • Add netdata sample (2579500)
  • Update README, fixed LICENSE (4d5a901)
github-action-markdown-link-check - 1.0.12

Published by gaurav-nelson almost 4 years ago

Updated to Markdown link check v 3.8.6

  • Supports updated replacementPatterns and new projectBaseUrl parameters. PS: https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callback
    • replacementPatterns an array of objects holding regular expressions which are replaced in a link with their corresponding replacement string. This behavior allows (for example) to adapt to certain platform conventions hosting the Markdown. The special replacement {{BASEURL}} can be used to dynamically link to the base folder (used from projectBaseUrl) (for example that / points to the root of your local repository). Example: [{ pattern: /^.attachments/, replacement: "file://some/conventional/folder/.attachments" }, { pattern: ^/, replacement: "{{BASEURL}}/"}]
    • projectBaseUrl the URL to use for {{BASEURL}} replacement
github-action-markdown-link-check - 1.0.11

Published by gaurav-nelson almost 4 years ago

  • Fixed file path issue.
github-action-markdown-link-check - 1.0.10

Published by gaurav-nelson almost 4 years ago

  • Fixes broken link check for multiple folders #87
github-action-markdown-link-check - 1.0.9

Published by gaurav-nelson almost 4 years ago

github-action-markdown-link-check - 1.0.8

Published by gaurav-nelson almost 4 years ago

  • Updated markdown-link-check to version 3.8.3 (latest)
github-action-markdown-link-check - 1.0.7

Published by gaurav-nelson about 4 years ago

Fixed #69 Link check fails for deleted markdown files, updated the logic to get only added or modified files.

github-action-markdown-link-check - 1.0.6

Published by gaurav-nelson about 4 years ago

github-action-markdown-link-check - 1.0.5

Published by gaurav-nelson about 4 years ago

Fixes for:

  • #63 File Extension test doesn't match with default on check-modified-files-only
  • #48 check-modified-files-only filtering files incorrectly
github-action-markdown-link-check - 1.0.4

Published by gaurav-nelson about 4 years ago

Fixes for false positives #50

github-action-markdown-link-check - 1.0.3

Published by gaurav-nelson over 4 years ago

  • Fixed #40 #45 Enabling quiet-mode option caused false positives and reported incorrect file names.
  • Fixed #43 Enabling check-modified-files-only option wasn't working with file-extension option.
github-action-markdown-link-check - 1.0.2

Published by gaurav-nelson over 4 years ago

  • Added file-extension variable for supporting markdown files with different extensions. (Issue #35 )
  • Filtered the log output for quiet option, it now only shows filenames and failed links for those files.
github-action-markdown-link-check - 1.0.1

Published by gaurav-nelson over 4 years ago

  • Added check-modified-files-only variable to check modified files only. (Issue #23 )
github-action-markdown-link-check - 1.0.0

Published by gaurav-nelson over 4 years ago

  • Added max-depth variable. You can now specify how many levels deep you want to check in the directory structure for markdown files.
  • Proper version tagging starting from this release.
github-action-markdown-link-check - 0.6.0

Published by gaurav-nelson over 4 years ago

  • Fixed quiet mode option
  • Added support for running check only on custom folder instead of all markdown files. See Available variables section for details.
  • Cleaner output
github-action-markdown-link-check - 0.5.0

Published by gaurav-nelson over 4 years ago

  • Added --verbose option
  • Added --quite option
  • Added option to specify custom configuration file. You can now keep your configuration file anywhere in your repository and specify its path in the workflow as an input variable.
  • Updated the README.md file to showcase internal links checks as well.
  • Update the Dockerfile to use the official Node Alpine package
github-action-markdown-link-check - 0.4.0

Published by gaurav-nelson about 5 years ago

  • Added support for markdown-link-check configuration files
  • Added colored output
  • Updated to the new YAML action syntax
github-action-markdown-link-check - 0.3.0

Published by gaurav-nelson about 5 years ago