From 5ebd95ec179afc98cc43a4d35d17b5000596124d Mon Sep 17 00:00:00 2001 From: Mikolaj Gorski Date: Fri, 29 Mar 2024 04:26:15 +0000 Subject: [PATCH] removed fmt check from lint test --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51f836c..241d9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file