diff options
| author | Seth Flynn <[email protected]> | 2025-03-30 21:57:18 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-03-30 22:08:05 -0400 |
| commit | f13e56b26633e9da9896da36a75becc850480bc8 (patch) | |
| tree | 660bc6bed3ef8d478329ea030fae38fb62a64b51 /.github/workflows/ci.yaml | |
| parent | 76751893a499bc2a0cde97ad8a392a03912477ab (diff) | |
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de120c0..4e2e48d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -53,10 +53,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 - - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v8 + uses: cachix/install-nix-action@v31 - name: Run build run: nix build --print-build-logs --show-trace @@ -71,11 +68,11 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: cachix/install-nix-action@v31 - name: Run check run: | - nix fmt -- --fail-on-change + find . -type f -name '*.nix' -exec nix fmt -- --fail-on-change {} + release-gate: name: CI Release gate |
