Update test-nvim.yml

This commit is contained in:
Hörmet Yiltiz 2023-12-20 19:25:33 -05:00 committed by GitHub
parent 8e43da52cc
commit 950fcbe47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

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