Skip to content

Change LSPArray and LSPObject types to be more lax #93

Change LSPArray and LSPObject types to be more lax

Change LSPArray and LSPObject types to be more lax #93

Workflow file for this run

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