Skip to content

Merge pull request #15 from nickpegg/dependabot/pip/zipp-3.19.1 #21

Merge pull request #15 from nickpegg/dependabot/pip/zipp-3.19.1

Merge pull request #15 from nickpegg/dependabot/pip/zipp-3.19.1 #21

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install deps
run: |
pip install poetry
poetry install
- name: Mypy
run: poetry run mypy glass.py