Skip to content

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

Fix: add electrs health check to prevent CI race conditions

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

Workflow file for this run

#name: Security Audit
#on:
# workflow_dispatch:
# schedule:
# - cron: '0 0 * * *'
#
#jobs:
# audit:
# permissions:
# issues: write
# checks: write
# strategy:
# matrix:
# platform: [
# ubuntu-latest,
# macos-latest,
# windows-latest,
# ]
# runs-on: ${{ matrix.platform }}
# steps:
# - name: Checkout source code
# uses: actions/checkout@v3
# - name: Run security audit
# uses: rustsec/[email protected]
# with:
# token: ${{ secrets.GITHUB_TOKEN }}