ci: run rustfmt on all rust files
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39347>
This commit is contained in:
parent
6f6710eda5
commit
ddb3ae6df3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue