Skip to content

pin pyright version to 1.1.318 #342

pin pyright version to 1.1.318

pin pyright version to 1.1.318 #342

Workflow file for this run

on:
push:
pull_request:
name: Type checker
jobs:
test:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: pip install -e .
- uses: jakebailey/pyright-action@v1
with:
version: 1.1.318