1
0
Fork 0
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:
Jake Stanger 2025-04-16 23:31:16 +01:00 committed by GitHub
commit 5f5791cbe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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