diff options
| author | seth <[email protected]> | 2024-07-06 04:10:27 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-06 04:10:27 -0400 |
| commit | cdb32dbd1810fbafc3b80bf6693e0f8dcf81b2c2 (patch) | |
| tree | 6e580008869ef4cd64f619f8740712c42e5d50b1 /.github/workflows | |
| parent | c61a7b372a1ec99ec8d490c7f96df3a25a5c2281 (diff) | |
tree-wide: start using treefmt (#17)
* nix: alejandra -> nixfmt
* nix: simplify flake
* nix: drop flake-checks
* tree-wide: start using treefmt
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
