Skip to content

chore(deps): bump the poetry group across 1 directory with 155 updates #2777

chore(deps): bump the poetry group across 1 directory with 155 updates

chore(deps): bump the poetry group across 1 directory with 155 updates #2777

Workflow file for this run

name: Pyright
on:
pull_request:
branches: [main]
push:
branches: [main]
env:
WORKING_DIRECTORY: "."
PYRIGHT_OUTPUT_FILENAME: "pyright.log"
jobs:
Pyright:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Set up Python
run: uv python install 3.11
- name: Install the project
run: uv sync --all-extras
- name: Run pyright
run: uv run pyright