Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit cf6f7ed

Browse files
ci: use new cargo fmt option
1 parent c70fc02 commit cf6f7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- uses: actions/checkout@master
2424
- name: Install Rust
2525
run: rustup update stable && rustup default stable && rustup component add rustfmt
26-
- run: cargo fmt -- --check
26+
- run: cargo fmt --check

0 commit comments

Comments
 (0)