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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: DavidAnson/markdownlint-cli2-action@v11
|
||||||
|
with:
|
||||||
|
globs: "**.md"
|
||||||
|
config: .markdownlint.json
|
||||||
|
|
||||||
- uses: reviewdog/action-misspell@v1
|
- uses: reviewdog/action-misspell@v1
|
||||||
with:
|
with:
|
||||||
locale: "US"
|
locale: "US"
|
||||||
|
|||||||
3
.markdownlint.json
Normal file
3
.markdownlint.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"MD013": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user