Skip to content

docs: add examples of using tx new, sign, send, and op add #4770

docs: add examples of using tx new, sign, send, and op add

docs: add examples of using tx new, sign, send, and op add #4770

name: Dependency sanity checker
on:
push:
branches: [main, release/**]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_protected == 'true' && github.sha || github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
validate-rust-git-rev-deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: stellar/actions/rust-check-git-rev-deps@main