Skip to content

Commit

Permalink
Merge a674452 into 93dc4e2
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Jun 15, 2021
2 parents 93dc4e2 + a674452 commit fda789c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/pr.yml
Expand Up @@ -110,15 +110,14 @@ jobs:
# Install Rust and required components
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

# Install and run cargo udeps to find unused cargo dependencies
- name: cargo-udeps duplicate dependency check
run: |
cargo install cargo-udeps --locked
cargo +nightly udeps --all-targets
- name: Run cargo-udeps
uses: aig787/cargo-udeps-action@v1
with:
version: 'latest'
args: '--all-targets'

cargo-deny:
if: "!startsWith(github.event.pull_request.title, 'Automated version bump')"
Expand Down

0 comments on commit fda789c

Please sign in to comment.