mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 13:31:00 +00:00
CI: fix fmt
This commit is contained in:
parent
e64a9b4a1a
commit
4812884453
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ test nightly:
|
||||||
<<: *cargo_test
|
<<: *cargo_test
|
||||||
|
|
||||||
rustfmt:
|
rustfmt:
|
||||||
image: "rustlang/rust:nightly-slim"
|
image: "rust:slim"
|
||||||
stage: "lint"
|
stage: "lint"
|
||||||
script:
|
script:
|
||||||
- rustup component add rustfmt-preview
|
- rustup component add rustfmt
|
||||||
- cargo fmt --version
|
- cargo fmt --version
|
||||||
- cargo fmt -- --color=always --check
|
- cargo fmt -- --color=always --check
|
||||||
|
|
Loading…
Reference in a new issue