Skip to content

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature #86

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature

2.0.0 — wallet-auth types + AgentScoreError.details + createSession args + drop verifyWebhookSignature #86

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
timeout-minutes: 10
steps:
- uses: useblacksmith/checkout@v1
- uses: oven-sh/setup-bun@v2
- uses: actions/cache@v4
with:
path: ~/.bun/install/cache
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lock') }}
restore-keys: ${{ runner.os }}-bun-
- run: bun install --frozen-lockfile
- run: bun run lint
- run: bunx tsc --noEmit
- run: bun run test -- --coverage
- run: bun run build