Skip to content

chore: bump mypy from 1.7.1 to 1.8.0 #108

chore: bump mypy from 1.7.1 to 1.8.0

chore: bump mypy from 1.7.1 to 1.8.0 #108

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