Skip to content

chore(claude+oxfmt+deps+kind-config): programmatic-Claude lockdown + sweeper + CLAUDE.md restructure + oxfmt JSDoc + pnpm v11.0.0 GA + logger-guard + auth-rotation-reminder + kind config #1759

chore(claude+oxfmt+deps+kind-config): programmatic-Claude lockdown + sweeper + CLAUDE.md restructure + oxfmt JSDoc + pnpm v11.0.0 GA + logger-guard + auth-rotation-reminder + kind config

chore(claude+oxfmt+deps+kind-config): programmatic-Claude lockdown + sweeper + CLAUDE.md restructure + oxfmt JSDoc + pnpm v11.0.0 GA + logger-guard + auth-rotation-reminder + kind config #1759

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@0fc1abfd5e9ae4396f9fb507371aeea75e2f412c # main
with:
test-script: 'pnpm run test --all --skip-build'