Skip to content

Added Github workflow badges to readme #12

Added Github workflow badges to readme

Added Github workflow badges to readme #12

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
uses: actions/setup-python@v2
- name: Install Dependencies
run: |
pip install .[test]
pip install mypy
- name: Run mypy
run: |
mypy optika/