actions-marketplace-validations/md-check-links
Check if 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 |
|---|---|---|---|
| quiet | Use yes to enable markdown-link-check quiet mode which only lists errors. | yes | no |
| verbose | Use yes to enable markdown-link-check verbose mode which lists additional details. | yes | no |
| config | Specify path to a markdown-link-check JSON configuration file. | yes | mlc_config.json |
| directory | Specify path to a custom folder where your markdown files are located. | yes | . |
| depth | Specify a depth of directories you want to search for markdown files. | yes | -1 |
| modified | Use yes to only check for modified markdown files instead of checking all markdown files. | yes | no |
| branch | Use this to specify the base branch against which the action finds the modified files. | yes | main |
| prefix | Prefix of files to check. | yes | "" |
| extension | Use this to specify the file extension of Markdown files. | yes | .md |
| file | Specify additional files you want to check | yes | "" |
Outputs
no outputs