chore(ci): add markdown linting to markdown workflow
This commit is contained in:
5
.github/workflows/markdown.yml
vendored
5
.github/workflows/markdown.yml
vendored
@@ -15,6 +15,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v11
|
||||
with:
|
||||
globs: "**.md"
|
||||
config: .markdownlint.json
|
||||
|
||||
- uses: reviewdog/action-misspell@v1
|
||||
with:
|
||||
locale: "US"
|
||||
|
||||
Reference in New Issue
Block a user