chore(ci): add markdown linting to markdown workflow

This commit is contained in:
Quentin McGaw
2023-07-05 14:31:09 +00:00
parent 235f24ee5b
commit 1cd2fec796
2 changed files with 8 additions and 0 deletions

View File

@@ -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"