mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 14:43:23 -07:00
CI: pyright in github actions
This commit is contained in:
6
.github/workflows/strict-type-check.yml
vendored
6
.github/workflows/strict-type-check.yml
vendored
@@ -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