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: Solidity Test
on:
pull_request:
push:
branches:
- develop
- main
- master
- release/**
permissions:
contents: read
jobs:
test-solidity:
# disabled for now, since we don't have any Solidity files.
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.sol
**/**.go
go.mod
go.sum
- name: Test Solidity
run: |
make test-solidity
if: env.GIT_DIFF