Skip to content

docs: add SDK documentation and SKILL.md #193

docs: add SDK documentation and SKILL.md

docs: add SDK documentation and SKILL.md #193

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v5
with:
node-version: 22
cache: pnpm
- run: pnpm install
- run: pnpm typecheck
- run: pnpm lint