Skip to content

Fix: add electrs health check to prevent CI race conditions #184

Fix: add electrs health check to prevent CI race conditions

Fix: add electrs health check to prevent CI race conditions #184

Workflow file for this run

#name: SemVer checks
#on: [push, pull_request]
#
#jobs:
# semver-checks:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout source code
# uses: actions/checkout@v4
# - name: Install Rust stable toolchain
# run: |
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain stable
# rustup override set stable
# - name: Check SemVer
# uses: obi1kenobi/cargo-semver-checks-action@v2