From 4b4561f8edffeebc0e1f50a7da615e51c51b3945 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 10 Jan 2024 04:21:33 -0500 Subject: [PATCH] Attempt to get some sort of CI for NeoVim specifically --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cdd48d..3d759da 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,3 +69,13 @@ jobs: done - name: Look for tests that contain errors run: "! grep -nr -C4 -E '(ERROR|MISSING|UNEXPECTED)' test" + + nvim: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - shell: bash + run: > + curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage + chmod u+x nvim.appimage + ./nvim.appimage