Skip to content

feat:allow full IsmConfig for CLI as an advanced config feature #4325

feat:allow full IsmConfig for CLI as an advanced config feature

feat:allow full IsmConfig for CLI as an advanced config feature #4325

Workflow file for this run

# This is here to satisfy the PR requirements when no rust changes occur.
name: rust
on:
pull_request:
branches: [main, v3]
paths-ignore:
- 'rust/**'
env:
CARGO_TERM_COLOR: always
jobs:
test-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No test required" '
lint-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required" '