Skip to content

feat: add ops script for query dispute testing and sdk modifications … #608

feat: add ops script for query dispute testing and sdk modifications …

feat: add ops script for query dispute testing and sdk modifications … #608

Workflow file for this run

name: Build
env:
CI: true
on:
push:
branches: "*"
pull_request:
branches: "*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup