Skip to content

Refactor Pauli and related modules #87

Refactor Pauli and related modules

Refactor Pauli and related modules #87

Workflow file for this run

name: typecheck
on:
pull_request:
branches: ["master"]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
mypy-pyright:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: |
python -m pip install --upgrade pip
pip install -e .[dev]
- run: mypy
- run: pyright