Skip to content

fix(proof): surface bounded staging verify failures #230

fix(proof): surface bounded staging verify failures

fix(proof): surface bounded staging verify failures #230

Workflow file for this run

name: Preflight (Fork)
on:
push:
branches-ignore:
- main
- staging
- develop
- hackathon
paths:
- "packages/hyperbet-solana/**"
- "packages/hyperbet-bsc/**"
- "packages/hyperbet-avax/**"
- "packages/hyperbet-ui/**"
- "packages/hyperbet-chain-registry/**"
- "packages/hyperbet-mm-core/**"
- "packages/evm-contracts/**"
- "packages/market-maker-bot/**"
- "packages/simulation-dashboard/**"
- "scripts/**"
- ".github/actions/setup-hyperbet/**"
- ".github/workflows/preflight.yml"
- "package.json"
- "bun.lock"
workflow_dispatch:
permissions:
contents: read
concurrency:
group: preflight-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-pr-ready:
name: Pre-PR Ready Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
- name: Setup Hyperbet toolchain
uses: ./.github/actions/setup-hyperbet
with:
install-foundry: "true"
install-rust: "true"
install-solana: "true"
install-anchor: "true"
- name: Run pre-PR check suite
run: node scripts/check-pr-ready.mjs