We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af78a5b commit 72585abCopy full SHA for 72585ab
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
components: rustfmt, clippy
37
- name: Format Check
38
- run: cargo fmt --locked --check
+ run: cargo fmt --check
39
- name: Clippy Check
40
run: cargo clippy --locked --all-targets --all-features -- -D warnings
41
- name: Test
0 commit comments