From 07027c587545887691607810316d2f4dc933d4d4 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 23 Mar 2025 00:45:09 +0300 Subject: [PATCH] i wanna see the init lua --- .github/workflows/{nix.yml => ci.yml} | 4 ++++ 1 file changed, 4 insertions(+) rename .github/workflows/{nix.yml => ci.yml} (90%) diff --git a/.github/workflows/nix.yml b/.github/workflows/ci.yml similarity index 90% rename from .github/workflows/nix.yml rename to .github/workflows/ci.yml index 5eceb94..28af84f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,10 @@ jobs: - name: Print out the size of /nix/store run: du -sh /nix/store + + - name: Get the init.lua path + run: | + cat result/bin/nixvim-print-init check-formatting: runs-on: ubuntu-24.04