Skip to content

Miscellaneous doc fixups (#561) #1150

Miscellaneous doc fixups (#561)

Miscellaneous doc fixups (#561) #1150

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:
- uses: actions/checkout@v4
- uses: bnjbvr/cargo-machete@main