mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-27 09:29:54 -07:00
CI: pyright in github actions
This commit is contained in:
@@ -20,8 +20,8 @@ jobs:
|
||||
|
||||
- name: "Install dependencies"
|
||||
run: |
|
||||
python -m pip install --upgrade pip mypy
|
||||
python -m pip install --upgrade pip pyright
|
||||
python ModuleUpdate.py --append "WebHostLib/requirements.txt" --force --yes
|
||||
|
||||
- name: "mypy: strict check on specific files"
|
||||
run: .github/mypy_check.sh
|
||||
- name: "pyright: strict check on specific files"
|
||||
run: .github/type_check.sh
|
||||
|
||||
Reference in New Issue
Block a user