actions-marketplace-validations/mdformat-action
Github Action for linting markdown files using mdformat.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_or_dir | File or Directory to do mdformat on | no | . |
| number | Apply consecutive numbering to ordered lists | no | 0 |
| wrap | Paragraph word wrap mode (default: keep) | no | keep |
| end_of_line | Output file line ending mode (default: lf) | no | lf |
| auto_correct | Adding commit by autocorrect for mdformat | no | 0 |
Outputs
| name | description |
|---|---|
| mdformat_output | Output of mdformat |