mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
chore: fmt should print version (#4274)
Because it's just too aggravating having to fetch the container every time to find out the version of cargo +nightly fmt.
This commit is contained in:
committed by
GitHub
parent
424ffbe6c1
commit
2595d8c23c
@@ -158,6 +158,7 @@ cargo-fmt:
|
|||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
<<: *rules-test
|
<<: *rules-test
|
||||||
script:
|
script:
|
||||||
|
- cargo +nightly --version
|
||||||
- cargo +nightly fmt --all -- --check
|
- cargo +nightly fmt --all -- --check
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user