Remove prettier.
Some checks failed
rust-test Build rust-test has started
format Build format has started
clippy Build clippy has failed

This commit is contained in:
Tom Alexander
2024-09-28 21:46:25 -04:00
parent ed1e1c08d0
commit 470031251c
2 changed files with 2 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
FROM rustlang/rust:nightly-alpine3.19 AS builder
RUN apk add --no-cache musl-dev
RUN apk add --no-cache musl-dev pkgconfig
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
RUN rustup component add rustfmt
RUN rustup component add clippy