Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #3077

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory

build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /cmd/crates/soroban-spec-typescript/ts-tests in the npm_and_yarn group across 1 directory #3077

name: Dependency sanity checker
on:
push:
branches: [main, release/**]
pull_request:
defaults:
run:
shell: bash
jobs:
dependency-sanity-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update
- run: scripts/check-dependencies.bash
validate-rust-git-rev-deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-check-git-rev-deps@main