Skip to content

feat(lspinfo): also show version in make_client_info #4555

feat(lspinfo): also show version in make_client_info

feat(lspinfo): also show version in make_client_info #4555

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
jobs:
test:
name: Run Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
nvim_version: [nightly, 'v0.9.5']
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim_version }}
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "luajit-openresty"
- uses: leafo/gh-actions-luarocks@v4
- name: Install vusted
run: luarocks install vusted
- name: Run test
run: vusted ./test