Skip to content

Use separate script to prevent submit script too large (#380) #353

Use separate script to prevent submit script too large (#380)

Use separate script to prevent submit script too large (#380) #353

Workflow file for this run

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