diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3bc5f1d..22e317d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: - name: Clippy run: nix develop --command cargo clippy --all-targets + - name: Repository cleanliness + run: git diff --exit-code + - name: Test run: nix build -L --no-sandbox .#test