0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
markdownlint-cli2-action/README.md
2021-01-12 22:25:46 -08:00

19 lines
277 B
Markdown

# markdownlint-cli2-action
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library
## Inputs
### glob (optional)
Glob expression of files to lint
Default: `*.{md,markdown}`
## Outputs
[None]
## Example
...