Skip to content

fix: only select primary hostname in mm endpoints (#577) #2029

fix: only select primary hostname in mm endpoints (#577)

fix: only select primary hostname in mm endpoints (#577) #2029

Workflow file for this run

name: rust
on: push
concurrency:
group: rust-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
# Enable fail-fast behavior
shell: bash -e {0}
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cargo deny (svc)
uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: svc/Cargo.toml
- name: cargo deny (lib/bolt)
uses: EmbarkStudios/cargo-deny-action@v1
with:
manifest-path: lib/bolt/Cargo.toml