Skip to content

feat(BEDS-536): add re-index-blocks cmd to fix internal transfers status #3405

feat(BEDS-536): add re-index-blocks cmd to fix internal transfers status

feat(BEDS-536): add re-index-blocks cmd to fix internal transfers status #3405

Workflow file for this run

name: Static Check
on:
push:
branches:
- master
- staging
pull_request:
branches:
- staging
- master
jobs:
ci:
name: "Run CI"
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
go: ["1.21.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go }}
- run: make all
- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
version: "2023.1.7"
install-go: false
cache-key: ${{ matrix.go }}