From f2d69ca31d8343c4dda0203cce32923f3c48a6a5 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 4 Apr 2024 16:51:07 -0700 Subject: [PATCH] ci: hopefully this fixes everything for real --- .github/actions/spelling/excludes.txt | 3 + .github/actions/spelling/expect.txt | 224 ++++++++++++++++++++++++++ .github/workflows/spelling.yml | 6 +- 3 files changed, 232 insertions(+), 1 deletion(-) create mode 100644 .github/actions/spelling/excludes.txt create mode 100644 .github/actions/spelling/expect.txt diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt new file mode 100644 index 0000000..83269f2 --- /dev/null +++ b/.github/actions/spelling/excludes.txt @@ -0,0 +1,3 @@ +(?:|$^ 93.94% - excluded 62/66)^src/lib/assets/ +[^/]\.ico$ +^\Qsrc/globals.d.ts\E$ diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt new file mode 100644 index 0000000..aee7a99 --- /dev/null +++ b/.github/actions/spelling/expect.txt @@ -0,0 +1,224 @@ +aashutoshrathi +ajv +ampproject +amsrm +angl +anglpad +anymatch +aproba +argparse +arraycolsep +Aslp +axobject +blib +boldsymbol +boxpad +btwitter +Caligraphic +callsites +camelcase +caniuse +Cantarell +cccccc +cccccccccccccccc +ccccccco +chownr +cliui +clsx +coredump +couscousdude +cssesc +dbdb +ddddd +dddddddd +ddddddddd +ddu +deepmerge +delimcenter +delimsizing +dequal +didyoumean +diuoxn +dlv +eabi +eastasianwidth +eeeee +eeeeeeee +eeeeeeeeeee +eeeeeeeeeeee +eeeeeeeeeeeeee +emoji +enn +eqn +espree +esquery +esrecurse +estraverse +estree +esutils +extglob +faac +fastq +fbox +fce +fcolorbox +fega +flashcards +fleqn +fontsource +formatjs +fsevents +fullwidth +globalyzer +globrex +gmail +gnueabihf +gpg +graphemer +halfarrow +hasown +hbox +hdashline +hhh +hhhhh +hhhhhhh +hmr +humanwhocodes +ico +ies +ight +imurmurhash +iojs +isaacs +isexe +jackspeak +jridgewell +jsonify +jzt +katex +keyv +kleur +leqno +levn +lightningcss +lilconfig +Linkedin +llap +LLMs +localematcher +Maclaurin +mainrm +mapbox +mathbb +mathboldsf +mathfrak +mathit +mathitsf +mathml +mathnormal +mathrm +mathscr +mathsf +mathtt +merriweather +minipass +minizlib +mml +mmm +mmmmmm +mmmmmmm +moz +mpp +mri +mrmime +msupsub +msvc +Neue +nft +nnnn +nnnnnn +nnnnnnnn +nodelib +NONINFRINGEMENT +npmlog +nrt +nulldelimiter +Ollama +ooo +opendot +optionator +orr +parseargs +PGP +picocolors +picomatch +pify +pkgjs +pluginutils +ppp +ppppp +pppppppp +ppppppppp +protonmail +pstrut +readdirp +regexpp +reusify +risc +rlap +Roboto +rrr +rrrrr +rrrrrrr +rrrrrrre +rrrrrrrrr +Segoe +sema +shadcn +sirv +sonner +sout +sugarss +swc +tailwindcss +textbb +textboldsf +textfrak +textitsf +textscr +thenify +thinbox +truetype +ttt +tttt +tttttt +ttttttt +ttttttttttt +ungap +uum +uuuu +uuuummmmmm +uuuuuu +uuuuuuuu +vaul +veltekit +vitefu +vlist +webidl +website +wikilinks +woff +workflows +wrappy +wwwww +wwwwwww +wwwwwwwuuuuuu +XClasses +yallist +YClasses +yml +yocto +youwen +youwenw +yyyyyyy +zilla diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 54b4688..9524ef0 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -106,7 +106,6 @@ jobs: use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} extra_dictionary_limit: 20 extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt - cspell:css/css.txt cspell:html/dict/html.txt cspell:svelte/src/svelte.txt cspell:bash/src/bash-words.txt @@ -117,6 +116,11 @@ jobs: cspell:node/dict/node.txt cspell:php/dict/php.txt cspell:golang/dict/go.txt + cspell:filetypes/filetypes.txt + cspell:fullstack/dict/fullstack.txt + cspell:python/src/python/python-lib.txt + cspell:aws/aws.txt + cspell:css/dict/css.txt comment-push: name: Report (Push)