Skip to content

GH-99: include types and check types #2

GH-99: include types and check types

GH-99: include types and check types #2

Workflow file for this run

name: Type check
on:
push:
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: snok/install-poetry@v1
- run: poetry install --no-interaction --no-root
- run: poetry run mypy .