actions-marketplace-validations/MarkdownLint mdl Action
Run mdl on your markdown files with ease
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 2, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/actionshub_markdownlint@6c82ff529253530dfbf75c37570876c52692835f # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan for markdown files within the directory (and nested directories), note: cannot be used with filesToIgnore input | no | ./ |
| filesToIgnoreRegex | A regex of files you do not want scanned, note: cannot be used with path input | no | — |
Outputs
| name | description |
|---|---|
| output | stdout from mdl |