Skip to content

Commit 14d8f74

Browse files
authored
ci: replace actions-rs/cargo GHA (#2846)
1 parent 5881f99 commit 14d8f74

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)