This commit is contained in:
Oleksandr Smirnov 2025-02-27 21:13:45 +02:00
parent ac47deaea7
commit af06d4fe99
No known key found for this signature in database

View file

@ -37,6 +37,10 @@ jobs:
neovim: true neovim: true
version: ${{ matrix.versions }} version: ${{ matrix.versions }}
- name: Once again, what does it say?
run: nvim --clean --headless -u ./scripts/minimal_init.lua +"echo &runtimepath" +q
- name: Install Go bins - name: Install Go bins
run: | run: |
nvim --version nvim --version