Skip to content

Remove lint

Remove lint #1

Workflow file for this run

name: TypeCheck and tests
on:
push: [push]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
architecture: x64
- name: Checkout
uses: actions/checkout@v1
- name: Install mypy
run: |
pip install mypy
- name: Run all checks
run: |
make