Skip to content

Add :NfnlCompileFile and g:nfnl#compile_on_write #45 #128

Add :NfnlCompileFile and g:nfnl#compile_on_write #45

Add :NfnlCompileFile and g:nfnl#compile_on_write #45 #128

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
neovim-version: [ "v0.9.0", "v0.9.1", "stable", "nightly" ]
steps:
- uses: actions/checkout@v3
- uses: MunifTanjim/setup-neovim-action@v1
with:
tag: ${{ matrix.neovim-version }}
- name: Install Neovim plugins
run: |
./script/setup-test-deps
- name: Test with plenary / busted
run: |
./script/test