mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 17:58:24 -07:00
CI: strict mypy check in github actions
mypy_files.txt is a list of files that will fail the CI if mypy finds errors in them
This commit is contained in:
5
.github/mypy_check.sh
vendored
Executable file
5
.github/mypy_check.sh
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
if [ "$(basename "$(pwd)")" = ".github" ]; then
|
||||
cd ..
|
||||
fi
|
||||
|
||||
xargs mypy --strict --follow-imports=silent --no-warn-unused-ignore --install-types --non-interactive typings < .github/mypy_files.txt
|
||||
Reference in New Issue
Block a user