Skip to content

Use the workspace.lints section #371

Use the workspace.lints section

Use the workspace.lints section #371

Workflow file for this run

name: Rust unused dependencies
on:
merge_group:
pull_request:
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
check-unused-dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Machete
uses: bnjbvr/cargo-machete@main