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: |