Skip to content

chore: add no-source-scanning test rule to CLAUDE.md (#527) #1329

chore: add no-source-scanning test rule to CLAUDE.md (#527)

chore: add no-source-scanning test rule to CLAUDE.md (#527) #1329

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@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # 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'