Skip to content

chore: return with_slow() #27221

chore: return with_slow()

chore: return with_slow() #27221

Workflow file for this run

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"