From 75ceb6061c495c1da59200631ada8722a67d7aa7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 15:01:39 +0100 Subject: [PATCH] feat: add cargo machete to image --- .forgejo/workflows/test.yml | 5 +++++ Dockerfile | 1 + 2 files changed, 6 insertions(+) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index ba6e2c9..195e8c5 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -15,6 +15,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Machete + uses: https://git.kemitix.net/kemitix/rust@next + with: + args: cargo machete + - name: Format uses: https://git.kemitix.net/kemitix/rust@next with: diff --git a/Dockerfile b/Dockerfile index 9a6009e..0d98419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN curl -L https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9. RUN cargo binstall -y \ cargo-chef@0.1 \ cargo-hack@0.6 \ + cargo-machete@0.6.2 \ release-plz@0.3 COPY entrypoint.sh /