ci: hopefully this fixes everything for real

This commit is contained in:
Youwen Wu 2024-04-04 16:51:07 -07:00
parent 724a3e282a
commit f2d69ca31d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 232 additions and 1 deletions

3
.github/actions/spelling/excludes.txt vendored Normal file
View file

@ -0,0 +1,3 @@
(?:|$^ 93.94% - excluded 62/66)^src/lib/assets/
[^/]\.ico$
^\Qsrc/globals.d.ts\E$

224
.github/actions/spelling/expect.txt vendored Normal file
View file

@ -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

View file

@ -106,7 +106,6 @@ jobs:
use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }} use_sarif: ${{ (!github.event.pull_request || (github.event.pull_request.head.repo.full_name == github.repository)) && 1 }}
extra_dictionary_limit: 20 extra_dictionary_limit: 20
extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt extra_dictionaries: cspell:software-terms/dict/softwareTerms.txt
cspell:css/css.txt
cspell:html/dict/html.txt cspell:html/dict/html.txt
cspell:svelte/src/svelte.txt cspell:svelte/src/svelte.txt
cspell:bash/src/bash-words.txt cspell:bash/src/bash-words.txt
@ -117,6 +116,11 @@ jobs:
cspell:node/dict/node.txt cspell:node/dict/node.txt
cspell:php/dict/php.txt cspell:php/dict/php.txt
cspell:golang/dict/go.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: comment-push:
name: Report (Push) name: Report (Push)