mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31: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
|
@ -2,3 +2,5 @@ FROM rust:latest
|
|||
|
||||
COPY .github/scripts/ubuntu_setup.sh /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