Skip to content

chore: bump mypy from 1.13.0 to 1.14.0 #168

chore: bump mypy from 1.13.0 to 1.14.0

chore: bump mypy from 1.13.0 to 1.14.0 #168

Workflow file for this run

name: main
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: pip3 install tox --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: tox