Add action as verification
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 1m54s Details

This commit is contained in:
Yannick Reiß 2024-05-22 07:47:30 +02:00
parent bd368117fe
commit 682f512251
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@ jobs:
- name: Install required packages
run: |
apt-get update -qy
apt-get install -y git neovim
apt-get install -y python3-neovim python-neovim
apt-get install -y git
apt-get install -y neovim
apt-get install -y python3-neovim
apt-get install -y python-neovim
- name: Clone neovim repository
run: |