Skip to content

Add simple pyright ci (#3) #7

Add simple pyright ci (#3)

Add simple pyright ci (#3) #7

Workflow file for this run

name: CI - Pyright
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: prefix-dev/setup-pixi@v0.8.1
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: check pyright
run: pixi run pyright