Check that git tree is clean after build (#6495)

This commit is contained in:
Laurenz 2025-06-24 17:05:02 +02:00 committed by GitHub
parent 70399a94fd
commit 9e3c1199ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,6 +81,7 @@ jobs:
- run: cargo clippy --workspace --all-targets --no-default-features - run: cargo clippy --workspace --all-targets --no-default-features
- run: cargo fmt --check --all - run: cargo fmt --check --all
- run: cargo doc --workspace --no-deps - run: cargo doc --workspace --no-deps
- run: git diff --exit-code
min-version: min-version:
name: Check minimum Rust version name: Check minimum Rust version