Files
tkmind_go/.github/workflows/cargo-machete.yml
T
dependabot[bot] e2a17ac7dd chore(deps): bump bnjbvr/cargo-machete from 0.9.1 to 0.9.2 (#9107)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-13 15:01:45 +00:00

25 lines
581 B
YAML

name: "Unused Dependencies"
on:
push:
paths:
- '.github/workflows/cargo-machete.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/*.rs'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '**/*.rs'
workflow_dispatch:
jobs:
machete:
runs-on: ubuntu-latest
if: github.repository == 'aaif-goose/goose'
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: bnjbvr/cargo-machete@ac30a525c0a8d163a92d727b3ff079ee3f6ecb08 # v0.9.2