ci: add check-spelling GitHub Action

This commit is contained in:
Marc Cornellà 2021-12-01 12:18:32 +01:00
commit aef393bdce
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
8 changed files with 102 additions and 0 deletions

17
.github/actions/spelling/excludes.txt vendored Normal file
View 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/