Skip to content

fix(openclaw): fix 404 on inference, add missing models, reduce log spam #48

fix(openclaw): fix 404 on inference, add missing models, reduce log spam

fix(openclaw): fix 404 on inference, add missing models, reduce log spam #48

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm build
- run: pnpm --filter x402-proxy test
- run: pnpm stage:release
- run: pnpm verify:release
- run: npm pack --json packages/x402-proxy/.release/x402-proxy > /dev/null
- run: npm pack --json packages/x402-proxy/.release/x402-proxy-openclaw > /dev/null