Skip to content

Add more language features #220

Add more language features

Add more language features #220

Workflow file for this run

# mostly copied from mypy.yml
name: Black
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Black
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Dependencies
run: |
pip install poetry && poetry install
- name: black
run: |
poetry run python3 -m black --check sansio_lsp_client tests