From 5c09837b59c42d09c6667c987a7fe6195031d97e Mon Sep 17 00:00:00 2001 From: Viren6 <94880762+Viren6@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:17:05 +0000 Subject: [PATCH] Update checks.yaml --- .github/workflows/checks.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 67c1e2fa..6285d14c 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -22,8 +22,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - with: - component: clippy - run: cargo clippy -- -D warnings - run: cargo clippy --package datagen -- -D warnings @@ -33,6 +31,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - with: - component: rustfmt - run: cargo fmt --all -- --check