This commit is contained in:
Felix Ableitner 2023-07-11 13:24:37 +02:00
parent be2d067147
commit 6f45766ad2

View file

@ -38,7 +38,7 @@ pipeline:
- cp ~/.cargo . -r
- rustup toolchain install nightly-2023-07-10
- rustup component add rustfmt --toolchain nightly-2023-07-10
- cargo +nightly fmt -- --check
- cargo +nightly-2023-07-10 fmt -- --check
# when:
# platform: linux/amd64