Add action as verification

This commit is contained in:
2024-05-22 07:47:30 +02:00
parent bd368117fe
commit 682f512251

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: |