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