diff options
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2d5df4..0ba71ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,10 +41,10 @@ jobs: - name: Run build run: | - nix build --print-build-logs .#check-version-test + nix build --print-build-logs .#nix-forecast-debug - format: - name: Formatting + format-and-lint: + name: Format and lint runs-on: ubuntu-latest @@ -60,11 +60,11 @@ jobs: - name: Run flake checks run: | - nix build --print-build-logs .#check-formatting + nix flake check --print-build-logs --show-trace release-gate: name: CI Release gate - needs: [build, format] + needs: [build, format-and-lint] if: ${{ always() }} |
