mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
ci: add check-spelling GitHub Action
This commit is contained in:
parent
0e41181d54
commit
aef393bdce
8 changed files with 102 additions and 0 deletions
17
.github/actions/spelling/excludes.txt
vendored
Normal file
17
.github/actions/spelling/excludes.txt
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
|
||||
(?:^|/)(?i)COPYRIGHT
|
||||
(?:^|/)(?i)LICEN[CS]E
|
||||
(?:^|/)package(?:-lock|)\.json$
|
||||
(?:^|/)vendor/
|
||||
ignore$
|
||||
\.avi$
|
||||
\.ico$
|
||||
\.jpe?g$
|
||||
\.lock$
|
||||
\.map$
|
||||
\.min\.
|
||||
\.mod$
|
||||
\.mp[34]$
|
||||
\.png$
|
||||
\.wav$
|
||||
^\.github/
|
||||
Loading…
Add table
Add a link
Reference in a new issue