Skip to content

Add type checking

Add type checking #1

name: Check type hints
on:
pull_request:
branches:
- master
jobs:
check-type-hints:
name: Check type hints
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: pip install mypy
- run: mypy --install-types --non-interactive --explicit-package-bases @mypy_modules.txt