Skip to content

wip

wip #3

Workflow file for this run

name: mypy
on: [push]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: snok/install-poetry@v1
- run: apt update
- run: apt install python3.11
- run: poetry install --with=development
- run: poetry run mypy --strict src/apollon