Skip to content

Releases: gaurav-nelson/github-action-markdown-link-check

1.0.5

07 Aug 03:12
02e1702
Compare
Choose a tag to compare

Fixes for:

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

1.0.4

25 Jul 00:57
Compare
Choose a tag to compare

Fixes for false positives #50

1.0.3

07 Jun 00:40
ee0afb2
Compare
Choose a tag to compare
  • 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.

1.0.2

14 Apr 09:21
820c058
Compare
Choose a tag to compare
  • 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.

1.0.1

05 Apr 10:32
44a942b
Compare
Choose a tag to compare
  • Added check-modified-files-only variable to check modified files only. (Issue #23 )

1.0.0

03 Apr 04:02
0f043f6
Compare
Choose a tag to compare
  • 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.

0.6.0

12 Feb 02:05
6aac1af
Compare
Choose a tag to compare
  • 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

0.5.0

10 Feb 02:48
9d1134b
Compare
Choose a tag to compare
  • 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

0.4.0

09 Oct 01:47
4c87f6e
Compare
Choose a tag to compare
  • Added support for markdown-link-check configuration files
  • Added colored output
  • Updated to the new YAML action syntax

0.3.0

09 Oct 00:59
7399cff
Compare
Choose a tag to compare