Skip to content

Fix #451

Fix #451 #422

Workflow file for this run

name: Mypy
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Debian packages
run: |
sudo apt-get update -qq
sudo apt-get install -y python3-pip
- name: Run mypy
run: make mypy