Skip to content

bump abieos submodule to add get_status/blocks_request/reply_v1 and finality_data state history types #537

bump abieos submodule to add get_status/blocks_request/reply_v1 and finality_data state history types

bump abieos submodule to add get_status/blocks_request/reply_v1 and finality_data state history types #537

Workflow file for this run

name: Submodule Check
on: [pull_request]
env:
PR_NUMBER: ${{ toJson(github.event.number) }}
jobs:
submodule_regression_check:
name: Submodule Regression Check
runs-on: ubuntu-latest
steps:
- name: Checkout
run: |
git clone https://x-access-token:${{github.token}}@github.com/${GITHUB_REPOSITORY} .
git fetch -v --prune origin +refs/pull/${PR_NUMBER}/merge:refs/remotes/pull/${PR_NUMBER}/merge
git checkout --force --progress refs/remotes/pull/${PR_NUMBER}/merge
git submodule sync --recursive
git submodule update --init --force --recursive
- name: Submodule Regression Check
run: ./scripts/submodule-regression-check.sh