e2a17ac7dd
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
581 B
YAML
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
|