Skip to content

Commit

Permalink
chore: update cargo-machete on ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Feb 22, 2024
1 parent 61d6e64 commit 626159f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- run: cargo clippy --all --all-features -- -D warnings
- run: cargo fmt --all -- --check
# - 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
- name: Install cargo-sort
uses: baptiste0928/cargo-install@v1
Expand Down

0 comments on commit 626159f

Please sign in to comment.