Skip to content

bump lsp server version to 0.2.29 #89

bump lsp server version to 0.2.29

bump lsp server version to 0.2.29 #89

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
uses: ./.github/workflows/test.yaml
with:
os: ${{ matrix.os }}
secrets: inherit