Skip to content

fix: fix migration tests #27219

fix: fix migration tests

fix: fix migration tests #27219

name: Cargo license check
on: pull_request
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2.0.11
with:
manifest-path: "./core/Cargo.toml"
command: check
command-arguments: "--allow unmaintained --hide-inclusion-graph"