Skip to content

app/eth2wrap: fallback beacon nodes #6947

app/eth2wrap: fallback beacon nodes

app/eth2wrap: fallback beacon nodes #6947

Workflow file for this run

name: verify-pr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- name: "Verify PR"
run: go run github.com/obolnetwork/charon/testutil/verifypr