Skip to content

chore(ci): cascade socket-registry to 068a9c3a (CLAUDE.md inner-pin t… #51

chore(ci): cascade socket-registry to 068a9c3a (CLAUDE.md inner-pin t…

chore(ci): cascade socket-registry to 068a9c3a (CLAUDE.md inner-pin t… #51

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@068a9c3a771e6947093b517182dfb39722be9386 # main
with:
# Force --all so push/PR runs the full suite. The default `pnpm test`
# uses --modified, which is a no-op on a clean CI checkout.
test-script: pnpm test --all