Skip to content

Modification of Dockerfile #15

Modification of Dockerfile

Modification of Dockerfile #15

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"]
steps:
- uses: jakebailey/pyright-action@v2
with:
python-version: ${{ matrix.python-version }}