diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt new file mode 100644 index 000000000..e69de29bb diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt new file mode 100644 index 000000000..f5d1d3af7 --- /dev/null +++ b/.github/actions/spelling/excludes.txt @@ -0,0 +1,5 @@ +/11ty-extensions +/src/assets +/src/client-side +/src/custom +/src/scss \ No newline at end of file diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 38dece487..b27fe7b8d 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -107,6 +107,12 @@ jobs: extra_dictionary_limit: 20 extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt + cspell:lorem-ipsum/dictionary.txt + cspell:npm/dict/npm.txt + cspell:typescript/dict/typescript.txt + cspell:cryptocurrencies/cryptocurrencies.txt + cspell:html/html.txt + cspell:css/css.txt comment-push: name: Report (Push)