Skip to content

chore(deps): update dependency pyright to v1.1.388 #372

chore(deps): update dependency pyright to v1.1.388

chore(deps): update dependency pyright to v1.1.388 #372

Workflow file for this run

name: CI
on:
push:
branches: ["master", "renovate/*"]
tags: ["*.*.*"]
pull_request:
branches: ["master"]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/') != true
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- run: uv run --frozen pyright
- run: uv run --frozen ruff check
if: always()