godot/.github/workflows
Rémi Verschelde 4219a4cb6f
Fix typos with codespell
Using codespell 2.0.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
GIRD
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2021-05-20 12:38:56 +02:00
..
android_builds.yml CI: Install Android NDK 21.4.7075529 2021-05-19 15:03:56 +02:00
ios_builds.yml CI: Build without debug symbols to reduce cache size 2021-02-22 11:51:55 +01:00
javascript_builds.disabled CI: Build without debug symbols to reduce cache size 2021-02-22 11:51:55 +01:00
linux_builds.yml Fix typos with codespell 2021-05-20 12:38:56 +02:00
macos_builds.yml CI: Build without debug symbols to reduce cache size 2021-02-22 11:51:55 +01:00
static_checks.yml [HTML5] Add jsdoc2rst tool. 2021-02-26 11:33:59 +01:00
windows_builds.yml pywin32 is no longer necessary for SCons install 2021-05-19 08:49:45 +02:00