Skip to content

Document scratch documents directory in CLAUDE.md #41

Document scratch documents directory in CLAUDE.md

Document scratch documents directory in CLAUDE.md #41

Workflow file for this run

name: 🚀 CI Pipeline
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d0a45314245b7427bbf60cf42424acb07d51d9fe # main
with:
coverage-script: 'pnpm run test:unit:coverage'
coverage-report-script: 'pnpm run coverage:percent --json'
fail-fast: false
lint-script: 'pnpm run lint-ci'
node-versions: '[20, 22, 24]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test-ci'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run type-ci'
type-check-setup-script: 'pnpm run build'