Skip to content

Commit 72585ab

Browse files
authored
Fix ci.yml
1 parent af78a5b commit 72585ab

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
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
components: rustfmt, clippy
3737
- name: Format Check
38-
run: cargo fmt --locked --check
38+
run: cargo fmt --check
3939
- name: Clippy Check
4040
run: cargo clippy --locked --all-targets --all-features -- -D warnings
4141
- name: Test

0 commit comments

Comments
 (0)