ci: run rustfmt on all rust files

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39347>
This commit is contained in:
Eric Engestrom 2026-01-16 12:23:04 +01:00 committed by Marge Bot
parent 6f6710eda5
commit ddb3ae6df3

View file

@ -27,7 +27,7 @@ rustfmt:
- shopt -s globstar
- source "$HOME/.cargo/env"
- rustfmt --version
- rustfmt --verbose src/**/lib.rs
- rustfmt --verbose src/**/*.rs
shader-db:
stage: code-validation