Skip to content

Adds a model format loop command (#41) #20

Adds a model format loop command (#41)

Adds a model format loop command (#41) #20

Workflow file for this run

name: Pyright Check
on:
push:
branches:
- main
pull_request:
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- uses: jakebailey/pyright-action@v2
with:
version: 1.1.311 # Optional (change me!)
python-version: 3.11