From 863cf35e3f12ebd871ceee5f88c809e61a3c2d40 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Wed, 13 Mar 2024 14:04:49 +0000 Subject: [PATCH] Correct statix command --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 88902636..06187d96 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: - name: Lint Nix run: | - nix develop --command bash -c "statix ./nix && statix ./flake.nix" + nix develop --command bash -c "statix check ./nix && statix check ./flake.nix" - name: Check Rust formatting run: |