forked fromarticulate/actions-markdownlint
- Notifications
You must be signed in to change notification settings - Fork0
Lint Markdown files with GitHub Actions
License
NotificationsYou must be signed in to change notification settings
RalphHightower/actions-markdownlint
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Caution
This action is deprecated. UseDavidAnson/markdownlint-cli2-actionorsuper-linter instead.
This action lints your Markdown files withmarkdownlint-cli.
Including the action without any defaults will find a local markdownlint configfile (.markdownlint.{yaml,yml,json}) or use our included default and scan allfiles with themd ormarkdown extension.
-uses:articulate/actions-markdownlint@v1
You can set the config file, the files it scans, files/directories to ignore, orthe version of markdownlint-cli to install.
-uses:articulate/actions-markdownlint@v1with:config:markdownlint-config.jsonfiles:'docs/**/*.md'ignore:node_modulesversion:0.28.1
About
Lint Markdown files with GitHub Actions
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Shell88.0%
- Dockerfile12.0%