Skip to content

core/validatorapi: propose v1 and v2 returns 404 #6453

core/validatorapi: propose v1 and v2 returns 404

core/validatorapi: propose v1 and v2 returns 404 #6453

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