We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14652aa commit 0092dedCopy full SHA for 0092ded
1 file changed
.github/workflows/CI.yml
@@ -54,9 +54,6 @@ jobs:
54
target/
55
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
56
57
- - name: Check formatting
58
- run: cargo fmt -- --check
59
-
60
- name: Run clippy
61
run: cargo clippy --all-features -- -D warnings
62
0 commit comments