Skip to content

Bump pyright from 1.1.361 to 1.1.366 (#111) #53

Bump pyright from 1.1.361 to 1.1.366 (#111)

Bump pyright from 1.1.361 to 1.1.366 (#111) #53

Workflow file for this run

name: Main
on:
push:
branches: main
jobs:
linting:
uses: ./.github/workflows/linting.yml
build:
uses: ./.github/workflows/build.yml
needs:
- linting
with:
latest: true
push: true