removed fmt check from lint test
This commit is contained in:
parent
fd4f3ce1f7
commit
5ebd95ec17
1 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -71,5 +71,3 @@ jobs:
|
|||
run: apt-get update; apt-get install --no-install-recommends -y libasound2-dev libudev-dev libwayland-dev
|
||||
- name: Run clippy
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
|
||||
- name: Check format
|
||||
run: cargo fmt --all -- --check
|
||||
|
|
|
|||
Loading…
Reference in a new issue