Skip to content

chore: add agentshield, trim CLAUDE.md and skills #1493

chore: add agentshield, trim CLAUDE.md and skills

chore: add agentshield, trim CLAUDE.md and skills #1493

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