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

21 lines
351 B
Markdown
Raw Normal View History

2021-01-13 06:28:47 +01:00
# markdownlint-cli2-action
2021-01-13 07:10:33 +01:00
A GitHub Action to run the markdownlint-cli2 tool for linting
Markdown/CommonMark files with the markdownlint library
2021-01-13 07:10:33 +01:00
## Inputs
### globs (optional)
2021-01-13 07:10:33 +01:00
Glob expression(s) of files to lint (newline-delimited)
The default `*.{md,markdown}` lints all Markdown files in the base directory
## Outputs
[None]
2021-01-13 07:10:33 +01:00
## Example
...