mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-09 11:10:50 +02:00
21 lines
351 B
Markdown
21 lines
351 B
Markdown
# markdownlint-cli2-action
|
|
|
|
A GitHub Action to run the markdownlint-cli2 tool for linting
|
|
Markdown/CommonMark files with the markdownlint library
|
|
|
|
## Inputs
|
|
|
|
### globs (optional)
|
|
|
|
Glob expression(s) of files to lint (newline-delimited)
|
|
|
|
The default `*.{md,markdown}` lints all Markdown files in the base directory
|
|
|
|
## Outputs
|
|
|
|
[None]
|
|
|
|
## Example
|
|
|
|
...
|