diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index e3ac654a..6092daef 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -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" diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 00000000..73cb9808 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,3 @@ +{ + "MD013": false +} \ No newline at end of file