diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 708d457..4b3b2f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,9 @@ jobs: - name: Check formatting run: | - nix fmt + nix fmt **/*.nix if ! git diff --quiet; then - echo "::error::Code is not formatted. Please run 'nix fmt' locally." + echo "::error::Code is not formatted. Please run 'nix fmt **/*.nix' locally." git diff exit 1 fi