actionshub/MarkdownLint mdl Action
Run mdl on your markdown files with ease
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Oct 2, 2023
- License
- Apache 2.0
Pinned Snippet
uses: actionshub/markdownlint@6c82ff529253530dfbf75c37570876c52692835f # v3.1.4tags 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 |