Skip to content

Commit

Permalink
feat: improve github action dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jun 17, 2022
1 parent 0578b9e commit ec79a71
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 18 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: cargo test

check-dependencies:
name: Check for unmet dependencies
name: Check for unused deps
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -112,6 +112,7 @@ jobs:
toolchain: stable

- uses: Swatinem/rust-cache@v1 # use /rust/cargo caching
continue-on-error: true # upload cache even if there are errors in this step

- name: Install cargo-udeps
run: cargo install cargo-udeps --locked
Expand Down
Loading

0 comments on commit ec79a71

Please sign in to comment.