Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
valeratrades committed Aug 24, 2024
1 parent 870f58a commit 4a91ae2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install cargo-machete
run: |
cargo install cargo-machete
- name: Check for unused dependencies
run: |
cargo machete
exit_code=$?
if [ $exit_code != 0 ]; then
echo "Found unused dependencies. Run `cargo machete` locally and remove the matches or include them to ignored."
exit $exit_code
fi
uses: bnjbvr/cargo-machete@main

0 comments on commit 4a91ae2

Please sign in to comment.