Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add rustfmt,clippy to ci-linux for jsonrpsee (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Dec 2, 2021
1 parent 58be1e4 commit 178ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dockerfiles/ci-linux/README.md" \
# install tools and dependencies
RUN set -eux && \
# install `rust-src` component for ui test
rustup component add rust-src && \
rustup component add rust-src rustfmt clippy && \
# install specific Rust nightly, default is stable, use minimum components
rustup toolchain install nightly-2021-11-08 --profile minimal --component rustfmt clippy && \
# "alias" pinned nightly-2021-11-08 toolchain as nightly
Expand Down

0 comments on commit 178ec11

Please sign in to comment.