From 587644a38bf5382d4fca035a961dc9ec5b3b19e7 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 3 Nov 2024 08:22:39 +1100 Subject: [PATCH] Update spellcheck.yaml * Limit spell check scope scope * Add more extra dictionaries --- .github/workflows/spellcheck.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a96d88ad8..e165a5f9d 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -97,6 +97,12 @@ jobs: suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }} checkout: true check_file_names: 0 + only: | + *.md + *.in + contrib/* + src/* + docs/* spell_check_this: check-spelling/spell-check-this@prerelease post_comment: 0 use_magic_file: 1 @@ -132,6 +138,11 @@ jobs: cspell:swift/src/swift.txt cspell:css/dict/css.txt cspell:cpp/src/lang-jargon.txt + cspell:docker/src/docker-words.txt + cspell:csharp/csharp.txt + cspell:clojure/src/clojure.txt + cspell:public-licenses/src/generated/public-licenses.txt + cspell:lisp/lisp.txt comment-push: name: Report (Push)