Skip to content

Update to follow our code standards more closely #17

Update to follow our code standards more closely

Update to follow our code standards more closely #17

Workflow file for this run

name: Check types with Pyright
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pyright:
name: Check types with pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: ./.github/actions/setup-environment
- name: Run pyright
run: uv run pyright