mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-06 09:50:49 +02:00
20 lines
277 B
Markdown
20 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
|
|
|
|
...
|