diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-06-24 17:05:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 15:05:02 +0000 |
| commit | 9e3c1199edddc0422d34a266681d2efe1babd0c1 (patch) | |
| tree | 278835bf094bf9845fccfff12646d6ad076790b8 | |
| parent | 70399a94fd58cc5e3e953c10670c396de8f7f6f7 (diff) | |
Check that git tree is clean after build (#6495)
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5c81537..2354de58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: - run: cargo clippy --workspace --all-targets --no-default-features - run: cargo fmt --check --all - run: cargo doc --workspace --no-deps + - run: git diff --exit-code min-version: name: Check minimum Rust version |
