From bf3592e6779f03b1083af234174aa7ea0702ba82 Mon Sep 17 00:00:00 2001 From: pmjklemm Date: Wed, 11 Sep 2024 14:37:41 +0200 Subject: [PATCH] Update spellcheck.yml improving spell checker #232 --- .github/workflows/spellcheck.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 63dcb1b6..f721ae23 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -15,4 +15,6 @@ jobs: # The checkout step - uses: actions/checkout@v3 - uses: rojopolis/spellcheck-github-actions@0.36.0 - name: Spellcheck \ No newline at end of file + name: Spellcheck + with: + extra_args: --wordlist .github/workflows/spellcheck.whitelist