Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c880cbf

Browse files
committedMar 21, 2025·
replace actions-rs/cargo GHA
1 parent 34835a8 commit c880cbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
- uses: arduino/setup-protoc@v3
6363
with:
6464
repo-token: ${{ secrets.GITHUB_TOKEN }}
65-
- uses: actions-rs/cargo@v1
66-
with:
67-
command: fmt
68-
args: --all -- --check
65+
- name: Format
66+
run: cargo fmt --all -- --check
6967
- name: Lint
7068
run: bash ./scripts/lint.sh
7169
external-types:

0 commit comments

Comments
 (0)
Please sign in to comment.