diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 5e95bb9c..534be729 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -9,4 +9,24 @@ jobs: steps: - uses: actions/checkout@master - uses: ludeeus/action-shellcheck@2.0.0 - name: Shellcheck \ No newline at end of file + name: Shellcheck + matrix: + - name: Markdown + aspell: + lang: en + dictionary: + encoding: utf-8 + pipeline: + - pyspelling.filters.markdown: + - pyspelling.filters.html: + comments: false + ignores: + - code + - pre + comments: false + ignores: + - code + - pre + sources: + - '**/*.md' + default_encoding: utf-8 \ No newline at end of file