removed fmt check from lint test
This commit is contained in:
parent
fd4f3ce1f7
commit
5ebd95ec17
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -70,6 +70,4 @@ jobs:
|
|||
- name: Install alsa and udev
|
||||
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
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -Dwarnings
|
||||
Loading…
Reference in a new issue