From 950fcbe47bfbd2607f0ed242c8f5fdddad9faff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=B6rmet=20Yiltiz?= Date: Wed, 20 Dec 2023 19:25:33 -0500 Subject: [PATCH] Update test-nvim.yml --- .github/workflows/test-nvim.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-nvim.yml b/.github/workflows/test-nvim.yml index f451301d..dda1503f 100644 --- a/.github/workflows/test-nvim.yml +++ b/.github/workflows/test-nvim.yml @@ -22,9 +22,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - # Runs a set of commands using the runners shell - name: Install latest neovim run: | @@ -35,8 +32,10 @@ jobs: ./nvim.appimage --appimage-extract sudo mv squashfs-root / sudo ln -s /squashfs-root/AppRun /usr/bin/nvim - ls -la nvim --version + nvim --headless -c ':checkhealth' -c ':qa' + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 - name: Setup kitckstart and start nvim run: | ln -sf $GITHUB_WORKSPACE "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim