~vigoux/complementree.nvim

313253544800cb15fd98be81a626e1b6f9dd2aa4 — Thomas Vigouroux 2 years ago a78fd94
ci: cache nix store
1 files changed, 6 insertions(+), 0 deletions(-)

M .github/workflows/tests.yml
M .github/workflows/tests.yml => .github/workflows/tests.yml +6 -0
@@ 19,6 19,12 @@ jobs:
        extra_nix_config: |
          access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

    - name: Cache nix store
      uses: actions/cache@v3
      with:
        path: /nix/store
        key: ${{ runner.os }}

    - name: Check teal files
      run: |
        nix-shell --pure --run "make ensure"