Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Sep 5, 2024
1 parent 60af274 commit ce153a1
Show file tree
Hide file tree
Showing 34 changed files with 58 additions and 227 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install latest cargo-deny
uses: taiki-e/install-action@cargo-deny

- name: Install latest cargo-machete
uses: taiki-e/install-action@cargo-machete

- name: Code format check
run: cargo fmt --check -- --config "unstable_features=true,imports_granularity=Crate,group_imports=StdExternalCrate"

Expand Down Expand Up @@ -94,6 +97,9 @@ jobs:
- name: Check licenses
run: cargo deny check licenses

- name: Check unused dependencies
run: cargo machete

test:
name: Unit tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -179,4 +185,4 @@ jobs:
if: always()
steps:
- name: Check whether all jobs pass
run: echo '${{ toJson(needs) }}' | jq -e 'all(.result == "success")'
run: echo '${{ toJson(needs) }}' | jq -e 'all(.result == "success")'
Loading

0 comments on commit ce153a1

Please sign in to comment.