Skip to content

update: add merkle root to tendermint bundle summary #288

update: add merkle root to tendermint bundle summary

update: add merkle root to tendermint bundle summary #288

Workflow file for this run

name: Build check
on:
- pull_request
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v3
- name: install yarn
run: npm install --global yarn
- name: "setup"
run: yarn setup
- name: "build:binaries"
working-directory: .
run: yarn build:binaries