fix: install neovim on docgen

This commit is contained in:
danymat
2022-01-26 13:12:23 +01:00
parent 13fb1272cd
commit 8a2688914c

View File

@@ -9,6 +9,12 @@ jobs:
docgen:
runs-on: ubuntu-latest
steps:
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
id: neovim
with:
neovim: true
version: nightly
- uses: actions/checkout@v2
- name: Install Mini.nvim
uses: actions/checkout@v2