Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

d/changelog

d/changelog #285

Workflow file for this run

name: Mypy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mypy; pip install -r requirements.txt
- name: mypy
run: make lint