0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library
Find a file
2021-01-12 22:51:40 -08:00
.github/workflows Initial implementation of test workflow. 2021-01-12 22:19:56 -08:00
dist Stub markdownlint-cli2-formatter-default to verify functionality. 2021-01-12 22:51:40 -08:00
.gitignore Initial implementation. 2021-01-12 22:10:33 -08:00
action.yml Initial implementation. 2021-01-12 22:10:33 -08:00
LICENSE Initial commit 2021-01-12 21:28:47 -08:00
markdownlint-cli2-action.js Get glob input and pass through to command. 2021-01-12 22:25:46 -08:00
package.json Initial implementation. 2021-01-12 22:10:33 -08:00
README.md Get glob input and pass through to command. 2021-01-12 22:25:46 -08:00

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

...