Skip to content

Update containerization #28

Update containerization

Update containerization #28

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
permissions: {}
steps:
- uses: actions/checkout@v4.2.2
- uses: ./.github/actions/setup-environment
- name: Run pyright
run: uv run pyright >> $GITHUB_STEP_SUMMARY