Releases: gaurav-nelson/github-action-markdown-link-check
Releases · gaurav-nelson/github-action-markdown-link-check
1.0.7
Fixed #69 Link check fails for deleted markdown files, updated the logic to get only added or modified files.
1.0.6
- Fixed #41 The action now supports configuring multiple files and directories. PS: https://github.com/gaurav-nelson/github-action-markdown-link-check#check-multiple-directories-and-files
- Fixed #52 The action now fails with an error if you configure a non-existent folder of file.
1.0.5
1.0.4
Fixes for false positives #50
1.0.3
1.0.2
- 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
- Added
check-modified-files-only
variable to check modified files only. (Issue #23 )
1.0.0
- 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
- 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
- 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