Skip to content

Bump pyright from 1.1.361 to 1.1.366 #191

Bump pyright from 1.1.361 to 1.1.366

Bump pyright from 1.1.361 to 1.1.366 #191

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linting:
uses: ./.github/workflows/linting.yml
build-deploy:
uses: ./.github/workflows/build.yml
needs:
- linting