Remove Cargo fmt

This commit is contained in:
Gregory Schier
2024-06-08 20:34:24 -07:00
parent 117b4bd285
commit 53b922cc7c

View File

@@ -42,9 +42,7 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Lint
run: |
cargo fmt --all -- --check
cargo clippy -- -D warnings
run: cargo clippy -- -D warnings
- run: cargo install --locked cargo-udeps || true
- name: Check
run: |