From 1de8bbc90f6c5cbf5b6ac5477cbf4cb5804877b0 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 23 Mar 2025 00:49:47 +0300 Subject: [PATCH] try this --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28af84f..b03fc6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,8 @@ jobs: - name: Get the init.lua path run: | - cat result/bin/nixvim-print-init + init_path=$(grep "init=" result/bin/nixvim-print-init | awk -F'=' '{print $2}') + cat $init_path check-formatting: runs-on: ubuntu-24.04