mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-23 08:04:52 +01:00
Remove Cargo fmt
This commit is contained in:
4
.github/workflows/ci-rust.yml
vendored
4
.github/workflows/ci-rust.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user