Skip to content

docs(claude+skills): CLAUDE.md restructure + new skills #1766

docs(claude+skills): CLAUDE.md restructure + new skills

docs(claude+skills): CLAUDE.md restructure + new skills #1766

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
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@85a2fc0d33af6304246620365de3e7f053035a8d # main
with:
test-script: 'pnpm run test --all --skip-build'