Skip to content

chore: trim CLAUDE.md and skills #541

chore: trim CLAUDE.md and skills

chore: trim CLAUDE.md and skills #541

Workflow file for this run

name: ⚡ CI
# 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@ed3119078118d558f095e9adf8800263166d65f9 # main
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
node-versions: '["24.10.0"]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test --all'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run check'
type-check-setup-script: 'pnpm run build'