use nightly image for fmt

pull/1335/head
Felix Ableitner 2020-12-11 15:05:46 +01:00
parent d9f0aa223a
commit 6fec2e56f6
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ steps:
- chown 1000:1000 . -R - chown 1000:1000 . -R
- name: check formatting - name: check formatting
image: ekidd/rust-musl-builder:1.47.0 image: rustdocker/rustfmt:nightly
commands: commands:
- cargo +nightly fmt -- --check - cargo fmt -- --check
- name: cargo check - name: cargo check
image: ekidd/rust-musl-builder:1.47.0 image: ekidd/rust-musl-builder:1.47.0