Lint Markdown with markdownlint-cli.
actionsforge/actions/.github/workflows/markdown-lint.yml@main
jobs:
call:
uses: actionsforge/actions/.github/workflows/markdown-lint.yml@main
with:
ignore: node_modules
node-version: 20| Name | Type | Required | Default | Description |
|---|---|---|---|---|
config |
string |
no | see workflow default | a markdownlint compatible JSON object string |
ignore |
string |
no | node_modules |
a space separated list of directories and files to ignore |
node-version |
string |
no | 20 |
Node.js version used to install markdownlint-cli |