From af06d4fe999e43a96e2585854980875a2bf8237c Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Feb 2025 21:13:45 +0200 Subject: [PATCH] test --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eea15da..d177020 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,6 +37,10 @@ jobs: neovim: true version: ${{ matrix.versions }} + + - name: Once again, what does it say? + run: nvim --clean --headless -u ./scripts/minimal_init.lua +"echo &runtimepath" +q + - name: Install Go bins run: | nvim --version