add leptosfmt
Build and Push / build_and_publish_docker_image (push) Successful in 16m18s

This commit is contained in:
2026-05-28 17:17:28 -05:00
parent b835cd188f
commit 286aba0064
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN rustup component add clippy rustfmt
# Install cargo-leptos, sqlx-cli and cargo-nextest
RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest
RUN cargo install --locked cargo-leptos@0.2.40 sqlx-cli cargo-nextest leptosfmt
# Set up the project directory
WORKDIR /app