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