Add prettier step.
This commit is contained in:
@@ -3,3 +3,8 @@ 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
|
||||
|
||||
FROM builder AS javascript
|
||||
|
||||
RUN apk add --no-cache npm
|
||||
RUN npm install --global prettier@3.1.0
|
||||
|
||||
Reference in New Issue
Block a user