From 351a5bc315826a49e59d0684fa2289965f485495 Mon Sep 17 00:00:00 2001 From: amaiaita <114224821+amaiaita@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:58:17 +0000 Subject: [PATCH] another attempt --- .github/workflows/spellcheck.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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