0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00

Add links to markdownlint-cli2 and markdownlint documentation for configuration (fixes #2).

This commit is contained in:
David Anson 2021-12-12 18:38:25 -08:00 committed by GitHub
parent fa80dbfb52
commit 06a575921f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,16 @@
# markdownlint-cli2-action
A GitHub Action to run the [`markdownlint-cli2`][markdownlint-cli2] tool
> A GitHub Action to run the [`markdownlint-cli2`][markdownlint-cli2] tool
for linting [Markdown][markdown]/[CommonMark][commonmark] files with
[`markdownlint`][markdownlint]
`markdownlint-cli2` has extensive support for configuring options and
disabling or customizing `markdownlint` rules. See the
[`markdownlint-cli2` README][markdownlint-cli2] for more information.
`markdownlint` includes a wide variety of rules for analyzing and improving
Markdown content. See the [`markdownlint` README][markdownlint] for more
information.
## Inputs
### globs (optional)