step-security/markdown-link-check
Check if all links are valid in markdown files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| use-quiet-mode | Use yes to enable markdown-link-check quiet mode which only list errors. | yes | no |
| use-verbose-mode | Use yes to enable markdown-link-check verbose mode which lists additional details. | yes | no |
| config-file | Specify path to a markdown-link-check JSON configuration file. | yes | mlc_config.json |
| folder-path | Specify path to a custom folder where your markdown files are located. | yes | . |
| max-depth | Specify a max-depth of directories you want to search for markdown files. | yes | -1 |
| check-modified-files-only | Use yes to only check for modified markdown files instead of checking all markdown files. | yes | no |
| base-branch | Use this to specify the base branch against which the action finds the modififed files. | yes | master |
| file-extension | Use this to specify the file extension of Markdown files. | yes | .md |
| file-path | Specify additional files you want to check | yes | "" |
Outputs
no outputs