Skip to content

docs(lua): Add a warning about an issue #4551

docs(lua): Add a warning about an issue

docs(lua): Add a warning about an issue #4551

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