Skip to content

Commit

Permalink
Attempt to get some sort of CI for NeoVim specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 10, 2024
1 parent d016423 commit 4b4561f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b4561f

Please sign in to comment.