Jonathan Apodaca 4dfadf97e5
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 10s
update lua API to 1-based indices; add renderer
2025-05-04 15:22:19 -06:00

17 lines
424 B
YAML

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: NeoVim tests
on: [push]
jobs:
plenary-tests:
runs-on: ubuntu-latest
env:
XDG_CONFIG_HOME: ${{ github.workspace }}/.config/
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: v0.11.0
arch: 'x86_64'
- run: make test