use Python instead of bash

This commit is contained in:
beauxq
2024-04-16 01:27:51 -07:00
parent 3779ff09ab
commit 6d4942302d
4 changed files with 26 additions and 9 deletions

View File

@@ -4,14 +4,12 @@ on:
pull_request:
paths:
- "**.py"
- ".github/type_check.sh"
- ".github/pyright-config.json"
- ".github/workflows/strict-type-check.yml"
- "**.pyi"
push:
paths:
- "**.py"
- ".github/type_check.sh"
- ".github/pyright-config.json"
- ".github/workflows/strict-type-check.yml"
- "**.pyi"
@@ -32,4 +30,4 @@ jobs:
python ModuleUpdate.py --append "WebHostLib/requirements.txt" --force --yes
- name: "pyright: strict check on specific files"
run: .github/type_check.sh
run: python .github/type_check.py