Skip to content

build(deps): bump github.com/terra-money/core/v2 from 2.4.1 to 2.6.0 #668

build(deps): bump github.com/terra-money/core/v2 from 2.4.1 to 2.6.0

build(deps): bump github.com/terra-money/core/v2 from 2.4.1 to 2.6.0 #668

Workflow file for this run

name: Verify Statesync
on: [push, pull_request]
jobs:
verify_statesync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up shell
run: |
sudo apt-get update
sudo apt-get install -y shellcheck
- name: Run verify.sh script
run: |
chmod +x scripts/statesync.bash
timeout 5m bash scripts/statesync.bash || true
- name: Check script with ShellCheck
run: |
shellcheck scripts/statesync.bash