Skip to content

feat(search): support call records in search #1622

feat(search): support call records in search

feat(search): support call records in search #1622

Workflow file for this run

name: cargo deny check
on:
pull_request:
branches: ['main']
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'rust/cloud-storage/Cargo.toml'
- 'rust/cloud-storage/**/Cargo.toml'
- 'rust/cloud-storage/Cargo.lock'
- 'rust/cloud-storage/deny.toml'
- .github/workflows/cargo-deny.yml
concurrency:
group: cargo-deny-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- uses: EmbarkStudios/cargo-deny-action@v2
with:
manifest-path: rust/cloud-storage/Cargo.toml