mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 06:11: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
|
@ -1,4 +1,6 @@
|
|||
FROM rust:latest
|
||||
|
||||
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