diff --git a/.github/workflows/code_health.yaml b/.github/workflows/code_health.yaml index a12d3223..a8171fe7 100644 --- a/.github/workflows/code_health.yaml +++ b/.github/workflows/code_health.yaml @@ -21,20 +21,4 @@ jobs: - uses: dtolnay/rust-toolchain@1.78.0 with: components: rustfmt - - run: cargo fmt --all --check - - udeps: - name: Unused dependencies - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install nightly toolchain - uses: dtolnay/rust-toolchain@nightly - - - name: Run cargo-udeps - uses: aig787/cargo-udeps-action@v1 - with: - version: v0.1.53 - args: '--all-targets' \ No newline at end of file + - run: cargo fmt --all --check \ No newline at end of file