summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml8
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