Skip to content

Merge pull request #12 from bh2smith/11/reduce-noise #28

Merge pull request #12 from bh2smith/11/reduce-noise

Merge pull request #12 from bh2smith/11/reduce-noise #28

Workflow file for this run

name: Mypy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install Dependencies
run: |
pip install mypy
- name: mypy
run: |
mypy --ignore-missing-imports ./src