From 682f5122513f985e14bcec54ea1a9a1afcb2f535 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Wed, 22 May 2024 07:47:30 +0200 Subject: [PATCH] Add action as verification --- .gitea/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index cb94ea7..049ebd6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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: |