Skip to content

Commit c1b0f2c

Browse files
committed
Revert "Specify fmt config path"
This reverts commit e9a16b2.
1 parent e9a16b2 commit c1b0f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
steps:
311311
- uses: actions/checkout@v4
312312
- name: Check formatting
313-
run: cargo fmt --all -- --config-path=./rustfmt.toml --check
313+
run: cargo fmt --all -- --check
314314

315315
protobuf:
316316
name: protobuf consistency

0 commit comments

Comments
 (0)