mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
Merge pull request #941 from JakeStanger/ci/dockerfile-clippy
ci(docker): add clippy
This commit is contained in:
commit
5f5791cbe4
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
FROM rust:latest
|
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