Skip to content

Merge pull request #42 from a5chin/feature/docker #25

Merge pull request #42 from a5chin/feature/docker

Merge pull request #42 from a5chin/feature/docker #25

Workflow file for this run

name: Pyright
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
type-check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python-version }}