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: