mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
CI: display rustfmt version
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a39a2330aa
commit
b3e6e089da
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
|||
run: |
|
||||
rustup update
|
||||
rustup component add rustfmt
|
||||
cargo fmt --version
|
||||
cargo fmt --check
|
||||
|
||||
test-stable:
|
||||
|
|
|
@ -60,6 +60,7 @@ rustfmt:
|
|||
stage: lint
|
||||
script:
|
||||
- rustup component add rustfmt
|
||||
- cargo fmt --version
|
||||
- cargo fmt --check
|
||||
extends:
|
||||
- .stable
|
||||
|
|
Loading…
Reference in a new issue