From aac8b448e9a5a3f8f0909ee72d39b29726f1ebfa Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 17 Sep 2024 14:50:13 +0100 Subject: [PATCH] build: add cargo machette to push-next workflow --- .forgejo/workflows/push-next.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 94aff8b..62b88ce 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -23,6 +23,16 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install cargo-machete + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 + with: + args: cargo binstall cargo-machete + + - name: Machete + uses: https://git.kemitix.net/kemitix/rust@v2.0.4 + with: + args: ${{ matrix.toolchain.name }} cargo machete + - name: Format uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: