Skip to content

Bump mypy from 1.5.1 to 1.6.1 #36

Bump mypy from 1.5.1 to 1.6.1

Bump mypy from 1.5.1 to 1.6.1 #36

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu, windows ]
name: ${{ matrix.python-version }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Nox
run: pip install nox
- name: Run Nox
run: nox