Skip to content

Open stack PRs from the TUI and match GitHub by branch name #26

Open stack PRs from the TUI and match GitHub by branch name

Open stack PRs from the TUI and match GitHub by branch name #26

name: Dependency policy
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "23 8 * * 1"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: dependency-policy-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-deny:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2.1.1
with:
command: check
arguments: --all-features