Jonathan Apodaca a50cefaa38
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 7s
1-based indexing rewrite
2025-04-11 13:24:44 -06:00

16 lines
397 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
- run: make test