Skip to content

refactor: settle on x402-only + deterministic decisions, close CoralO… #69

refactor: settle on x402-only + deterministic decisions, close CoralO…

refactor: settle on x402-only + deterministic decisions, close CoralO… #69

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
starter-golden-path:
name: Starter golden path
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm install --no-audit --no-fund
- run: npm run build
- run: npm run typecheck
- run: npm test
escrow:
name: Escrow + arbiter contracts
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: examples/txodds/escrow
- run: cd examples/txodds/escrow && cargo check --workspace