Skip to content

Fix: Rename eigenda client to eigen #1218

Fix: Rename eigenda client to eigen

Fix: Rename eigenda client to eigen #1218

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@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
with:
manifest-path: "./core/Cargo.toml"
command: check
command-arguments: "--allow unmaintained --hide-inclusion-graph"