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