From cdb32dbd1810fbafc3b80bf6693e0f8dcf81b2c2 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 6 Jul 2024 04:10:27 -0400 Subject: tree-wide: start using treefmt (#17) * nix: alejandra -> nixfmt * nix: simplify flake * nix: drop flake-checks * tree-wide: start using treefmt --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34ced56..53b4268 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,8 +38,8 @@ jobs: run: | cargo build --locked --release - format-and-lint: - name: Format and lint + treefmt: + name: Treefmt runs-on: ubuntu-latest @@ -50,13 +50,13 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v12 - - name: Run checks + - name: Run check run: | nix flake check --print-build-logs --show-trace release-gate: name: CI Release gate - needs: [build, format-and-lint] + needs: [build, treefmt] runs-on: ubuntu-latest -- cgit v1.2.3