Skip to content

ci: fix missing directory #62

ci: fix missing directory

ci: fix missing directory #62

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: poetry install --with=development
- run: poetry run mypy --strict src/awesom