From 724a3e282ad02b0c2f97b490862247368040e842 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 4 Apr 2024 16:48:48 -0700 Subject: [PATCH] ci: add more dictionaries to spelling.yml Hopefully this fixes everything... --- .github/workflows/spelling.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index dc94d82..54b4688 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -107,12 +107,16 @@ jobs: extra_dictionary_limit: 20 extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt cspell:css/css.txt - cspell:html/html.txt + cspell:html/dict/html.txt cspell:svelte/src/svelte.txt cspell:bash/src/bash-words.txt cspell:lorem-ipsum/dictionary.txt cspell:typescript/dict/typescript.txt cspell:npm/dict/npm.txt + cspell:latex/dict/latex.txt + cspell:node/dict/node.txt + cspell:php/dict/php.txt + cspell:golang/dict/go.txt comment-push: name: Report (Push)