Add CI job to auto-format code.
This commit is contained in:
@@ -2,3 +2,4 @@ FROM rustlang/rust:nightly-alpine3.17 AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
Reference in New Issue
Block a user