mirror of https://github.com/LemmyNet/lemmy.git
need to use rust image
parent
b11b3f4fad
commit
55e3f370fd
|
@ -10,9 +10,9 @@ steps:
|
|||
- chown 1000:1000 . -R
|
||||
|
||||
- name: check formatting
|
||||
image: rustdocker/rustfmt:nightly
|
||||
image: rustdocker/rust:nightly
|
||||
commands:
|
||||
- /root/.cargo/bin/rustfmt --check .
|
||||
- cargo fmt -- --check
|
||||
|
||||
- name: cargo check
|
||||
image: ekidd/rust-musl-builder:1.47.0
|
||||
|
|
Loading…
Reference in New Issue