Skip to content

chore(infra): pin k3d image version (#975) #4396

chore(infra): pin k3d image version (#975)

chore(infra): pin k3d image version (#975) #4396

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