From 77b68fb8ada3b0b16082758885e24083811ef884 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 94aff8b..adf116b 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -23,6 +23,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Machete + uses: https://github.com/bnjbvr/cargo-machete@v0.6.2 + - name: Format uses: https://git.kemitix.net/kemitix/rust@v2.0.4 with: