Skip to content

chore(ci): cascade socket-registry to d9f45d2f (inner-pin pnpm 11.0.8) #50

chore(ci): cascade socket-registry to d9f45d2f (inner-pin pnpm 11.0.8)

chore(ci): cascade socket-registry to d9f45d2f (inner-pin pnpm 11.0.8) #50

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@d9f45d2f74e7eefd4e72bdfcaf57a77ab569eea9 # 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