Skip to content

chore(ci): cascade socket-registry workflows to 15f09cfc (SOCKET_API_… #41

chore(ci): cascade socket-registry workflows to 15f09cfc (SOCKET_API_…

chore(ci): cascade socket-registry workflows to 15f09cfc (SOCKET_API_… #41

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@15f09cfc3a0d62e4ead2ec957694f617a65c3e6e # 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