diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69d37621..8fef10f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -199,4 +199,4 @@ jobs: - name: Flake check run: nix --experimental-features 'nix-command flakes' flake check . - name: Format - run: nix --experimental-features 'nix-command flakes' fmt && git diff --exit-code + run: nix --experimental-features 'nix-command flakes' fmt . && git diff --exit-code