Skip to content

rpc(delegation): Query stakers for operator #1366

rpc(delegation): Query stakers for operator

rpc(delegation): Query stakers for operator #1366

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- develop
- main
- master
# Automatically cancel run if another commit to the same ref is detected.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.12'
check-latest: true
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- run: |
make build
if: env.GIT_DIFF