Skip to content

feat(indexer): push result cap and ordering into KV tx search (PLT-74… #9203

feat(indexer): push result cap and ordering into KV tx search (PLT-74…

feat(indexer): push result cap and ordering into KV tx search (PLT-74… #9203

name: Mock Balances Build Check
on:
pull_request:
branches:
- main
- release/**
merge_group:
branches:
- main
- release/**
push:
branches:
- main
- release/**
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
mock-balances-build:
name: Compile with Mock Balances
runs-on: ubuntu-latest
steps:
# See: https://github.com/actions/checkout/releases/tag/v7.0.0
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/setup-go@v6
with:
go-version: '1.25.6'
- name: Build with Mock Balances
run: make install-mock-balances