This repository was archived by the owner on Sep 23, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork5
[DEPRECATED] Lint Markdown files with GitHub Actions
License
NotificationsYou must be signed in to change notification settings
articulate/actions-markdownlint
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders 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
[DEPRECATED] Lint Markdown files with GitHub Actions
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.