From af18fc29308fa2fd8d6cc2a7d965139d5578592b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 16 May 2024 20:00:29 +0100 Subject: [PATCH] build(forgejo): use rust action to check format --- .forgejo/workflows/push-next.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index f74803e..a77915b 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -23,10 +23,9 @@ jobs: toolchain: stable - name: Format - uses: https://github.com/actions-rs/cargo@v1 + uses: https://git.kemitix.net/kemitix/rust@v0.2.4 with: - command: fmt - args: --all -- --check + args: fmt --all -- --check - name: Update apt run: apt-get update