removed fmt check from lint test

This commit is contained in:
Mikolaj Wojciech Gorski 2024-03-29 04:26:15 +00:00
parent fd4f3ce1f7
commit 5ebd95ec17

View file

@ -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