Use separate script to prevent submit script too large (#380) #353
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
pull_request: | |
name: Type checker | |
jobs: | |
test: | |
name: pyright | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.11' | |
- run: pip install -e .[cloudserver,gui] | |
- uses: jakebailey/pyright-action@v1 | |
with: | |
version: 1.1.308 |