Skip to content

chore: bump pylsp-mypy from 0.6.7 to 0.6.8 (#144) #102

chore: bump pylsp-mypy from 0.6.7 to 0.6.8 (#144)

chore: bump pylsp-mypy from 0.6.7 to 0.6.8 (#144) #102

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