Skip to content

CassandraSinkCluster: pull routing logic into separate function #3862

CassandraSinkCluster: pull routing logic into separate function

CassandraSinkCluster: pull routing logic into separate function #3862

Workflow file for this run

name: License Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Cancel already running jobs
concurrency:
group: license_check_${{ github.head_ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
jobs:
license_check:
runs-on: ubuntu-22.04
name: License Check
steps:
- uses: actions/checkout@v4
- run: cargo install --locked cargo-deny
- run: cargo deny check licenses