Skip to content

Commit

Permalink
chore(ci): add markdown linting to markdown workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jul 5, 2023
1 parent 235f24e commit 1cd2fec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD013": false
}

0 comments on commit 1cd2fec

Please sign in to comment.