Skip to content

chore: bump python-lsp-server[all] from 1.11.0 to 1.12.0 #153

chore: bump python-lsp-server[all] from 1.11.0 to 1.12.0

chore: bump python-lsp-server[all] from 1.11.0 to 1.12.0 #153

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