Skip to content

Extract block height from proof #165

Extract block height from proof

Extract block height from proof #165

Workflow file for this run

---
on: [push, pull_request]
name: Tests
jobs:
test:
name: Test eth-custodian
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
- run: yarn && make test
working-directory: eth-custodian