Releases: gaurav-nelson/github-action-markdown-link-check
Releases · gaurav-nelson/github-action-markdown-link-check
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
0.4.0
- Added support for markdown-link-check configuration files
- Added colored output
- Updated to the new YAML action syntax
0.3.0
- Added support for markdown-link-check configuration files
- Added colored output