Add a CI job to format the rust.
This commit is contained in:
5
docker/cargo_fmt/Dockerfile
Normal file
5
docker/cargo_fmt/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/library/rust:1.70.0
|
||||
|
||||
RUN rustup component add rustfmt
|
||||
|
||||
ENTRYPOINT ["cargo", "fmt"]
|
||||
Reference in New Issue
Block a user