Skip to content

chore: remove test artifacts and gitignore tmp/ #19

chore: remove test artifacts and gitignore tmp/

chore: remove test artifacts and gitignore tmp/ #19

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: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm check
- run: pnpm build
- run: pnpm --filter x402-proxy test