From c880cbf8a74446d342b306d33b4b82c83f4d5956 Mon Sep 17 00:00:00 2001 From: gruebel Date: Fri, 21 Mar 2025 22:58:58 +0100 Subject: [PATCH] replace actions-rs/cargo GHA --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b28499bbe..75438ef267 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,10 +62,8 @@ jobs: - uses: arduino/setup-protoc@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: --all -- --check + - name: Format + run: cargo fmt --all -- --check - name: Lint run: bash ./scripts/lint.sh external-types: