Skip to content

Commit

Permalink
Add clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
magaupp committed Jul 14, 2024
1 parent 9576deb commit 4f73405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM rust:1.78

# cargo clippy
RUN rustup component add clippy

# cargo nextest
RUN curl -LsSf https://get.nexte.st/0.9.70/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

Expand Down

0 comments on commit 4f73405

Please sign in to comment.