davidanson/markdownlint-cli2-action
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path of a file to use for the base configuration object (defaults to none) | no | "" |
| configPointer | JSON Pointer to a configuration object within the --config file (defaults to none) | no | "" |
| fix | Whether to fix supported issues automatically ("true"/"false", defaults to "false") | no | false |
| globs | Glob expression(s) of files to lint (newline-delimited, defaults to "*.{md,markdown}") | no | *.{md,markdown} |
| separator | String to use as a separator for the "globs" input (defaults to newline) | no | "" |
Outputs
no outputs