Skip to content

Commit

Permalink
Merge pull request #110 from makr11st/ci/remove_udeps_check
Browse files Browse the repository at this point in the history
Remove udeps check as it takes too long for now
  • Loading branch information
makr11st committed Aug 31, 2023
2 parents f98db90 + 67c530d commit 232ce29
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,20 +113,6 @@ jobs:
# https://github.com/13rac1/block-fixup-merge-action
uses: 13rac1/block-fixup-merge-action@v2.0.0

udeps:
name: Check for unused dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install nightly
uses: dtolnay/rust-toolchain@nightly

- name: Run cargo-udeps
run: |
cargo install --git https://github.com/est31/cargo-udeps --locked
cargo udeps --all-features --all-targets
cargo-sort:
name: Run cargo sort
runs-on: ubuntu-latest
Expand Down

0 comments on commit 232ce29

Please sign in to comment.