Skip to content

chore(dependabot): fix so dependabot dont fail on codeql and ruff che… #432

chore(dependabot): fix so dependabot dont fail on codeql and ruff che…

chore(dependabot): fix so dependabot dont fail on codeql and ruff che… #432

Workflow file for this run

name: pyright
on:
pull_request:
branches: ["main"]
permissions:
contents: read
pull-requests: read
jobs:
type-check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
- name: Run Pyright
run: uv run pyright