Skip to content

chore: add output/ to .gitignore #43

chore: add output/ to .gitignore

chore: add output/ to .gitignore #43

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