You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdownlint-cli2 has extensive support for configuring options and disabling
or customizing markdownlint rules. See the
markdownlint-cli2 README for more information.
markdownlint includes a wide variety of rules for analyzing and improving
Markdown content. See the markdownlint README for more
information.
Inputs
config (optional)
Path of a file to use for the base configuration object (defaults to none)
Equivalent to using the --configcommand-line option and
passing the specified configuration file.
fix (optional)
Whether to fix supported issues automatically (any truthy value enables)
See example.yml for a simple GitHub workflow that uses
markdownlint-cli2-action.
See changed.yml for a GitHub workflow that lints only the
Markdown files that changed in the most recent commit (useful for Pull Requests
and/or gradually introducing linting rules to a new repository).
About
A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library