mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2024-11-21 13:51:28 +01:00
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library
.github/workflows | ||
dist | ||
.gitignore | ||
action.yml | ||
LICENSE | ||
markdownlint-cli2-action.js | ||
package.json | ||
README.md |
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
...