Files
tkmind_go/.github/workflows/cargo-machete.yml
T
Jack Amadeo 583acd4335 chore(aaif): rename a bunch of repository references (#8152)
Signed-off-by: Michael Neale <michael.neale@gmail.com>
Co-authored-by: Michael Neale <michael.neale@gmail.com>

continuing migration to aaif
2026-04-07 15:34:48 +10: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@7959c845782fed02ee69303126d4a12d64f1db18 # v0.9.1