Skip to content

Commit

Permalink
chore(ci): disable cargo-machete
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Mar 13, 2024
1 parent a438438 commit f20eab8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-
- run: cargo clippy --all --all-features -- -D warnings
- run: cargo fmt --all -- --check
- name: Install cargo-machete
uses: baptiste0928/cargo-install@v1
with:
crate: cargo-machete
version: "=0.6.0"
- run: cargo machete
# TODO: Re-enable after bumping MSRV to 1.7.0+
#- uses: bnjbvr/cargo-machete@main
- name: Install cargo-sort
uses: baptiste0928/cargo-install@v1
with:
Expand Down

0 comments on commit f20eab8

Please sign in to comment.