Skip to content

fix(rpc): actually use RPC in CLI tests; add icmd and assertCmd for better error reporting #1187

fix(rpc): actually use RPC in CLI tests; add icmd and assertCmd for better error reporting

fix(rpc): actually use RPC in CLI tests; add icmd and assertCmd for better error reporting #1187

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
- uses: actions/setup-go@v3
with:
go-version: 1.20.1
- run: scripts/check-dependencies.bash
validate-rust-git-rev-deps:
steps:

Check failure on line 23 in .github/workflows/dependency-check.yml

View workflow run for this annotation

GitHub Actions / Dependency sanity checker

Invalid workflow file

The workflow is not valid. .github/workflows/dependency-check.yml (Line: 23, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- uses: stellar/actions/rust-check-git-rev-deps@main