CI: display rustfmt version

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-06-18 20:38:42 +02:00
parent a39a2330aa
commit b3e6e089da
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ jobs:
run: | run: |
rustup update rustup update
rustup component add rustfmt rustup component add rustfmt
cargo fmt --version
cargo fmt --check cargo fmt --check
test-stable: test-stable:

View file

@ -60,6 +60,7 @@ rustfmt:
stage: lint stage: lint
script: script:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --version
- cargo fmt --check - cargo fmt --check
extends: extends:
- .stable - .stable