mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-01 07:29:44 +02:00
925 B
925 B
markdownlint-cli2-action
A GitHub Action to run the markdownlint-cli2 tool
for linting Markdown/CommonMark files with
markdownlint
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]
Examples
To lint all Markdown files in a project:
- uses: DavidAnson/markdownlint-cli2-action@v1
with:
globs: **/*.md
To lint specific Markdown files in a project:
- uses: DavidAnson/markdownlint-cli2-action@v1
with:
globs: |
README.md
CHANGELOG.md
docs/*.md