Skip to content

Refactor year to use regex (#38) #7

Refactor year to use regex (#38)

Refactor year to use regex (#38) #7

Workflow file for this run

name: Run MyPy
on: [push, pull_request]
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r local-requirements.txt
- name: Run MyPy
run: |
python -m mypy --strict .