Skip to content

chore(deps): Bump step-security/harden-runner from 2.19.4 to 2.20.0 #148

chore(deps): Bump step-security/harden-runner from 2.19.4 to 2.20.0

chore(deps): Bump step-security/harden-runner from 2.19.4 to 2.20.0 #148

Workflow file for this run

name: pyright
on:
pull_request:
branches: ["main"]
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
- name: Run Pyright
run: uv run pyright