192d-wing/mkdlint - Markdown Linter
Fast and comprehensive Markdown linter written in Rust
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 19, 2026
- License
- Apache 2.0
Pinned Snippet
uses: 192d-wing/mkdlint@ad77cfb2268b47be4d1e7826f3467856e82c1ee0 # v0.12.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files or glob patterns to lint (space-separated) | no | **/*.md |
| config | Path to configuration file (.markdownlint.json) | no | "" |
| fix | Automatically fix errors where possible | no | false |
| fail-on-error | Fail the action if errors are found | no | true |
| output-format | Output format (default, json, sarif, github) | no | github |
| version | mkdlint version to use (default: latest) | no | latest |
Outputs
| name | description |
|---|---|
| errors-found | Number of errors found |
| files-checked | Number of files checked |