1
0
Fork 0
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:
Jake Stanger 2025-04-16 23:30:08 +01:00
parent 2b22b4a77b
commit 8b71ff3cb6
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

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