CI: pyright in github actions

This commit is contained in:
beauxq
2024-04-08 20:54:19 -07:00
parent ecb96d54ed
commit 46a486f8f0
5 changed files with 34 additions and 10 deletions

View File

@@ -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