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-13 15:08:22 -08:00
.github/workflows Split workflow jobs so they all run even when one fails (expectedly). 2021-01-13 15:08:22 -08:00
dist Fix typo due to copy/paste from runnable environment. 2021-01-13 14:55:03 -08:00
test Add passing/failing file and no/one glob to tests. 2021-01-13 14:29:36 -08:00
.gitignore Minor cleanup of unused/irrelevant components. 2021-01-13 14:17:17 -08:00
action.yml Convert glob input to globs to support multiple globs. 2021-01-13 14:50:05 -08:00
LICENSE Initial commit 2021-01-12 21:28:47 -08:00
markdownlint-cli2-action.js Fix typo due to copy/paste from runnable environment. 2021-01-13 14:55:03 -08:00
package.json Minor cleanup of unused/irrelevant components. 2021-01-13 14:17:17 -08:00
README.md Convert glob input to globs to support multiple globs. 2021-01-13 14:50:05 -08:00

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

...