mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
ci(docker): add clippy
This commit is contained in:
parent
2b22b4a77b
commit
8b71ff3cb6
1 changed files with 3 additions and 1 deletions
|
@ -2,3 +2,5 @@ FROM rust:latest
|
||||||
|
|
||||||
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
|
COPY .github/scripts/ubuntu_setup.sh /scripts/ubuntu_setup.sh
|
||||||
RUN /scripts/ubuntu_setup.sh
|
RUN /scripts/ubuntu_setup.sh
|
||||||
|
|
||||||
|
RUN rustup component add clippy
|
Loading…
Add table
Add a link
Reference in a new issue