Skip to content

chore(ci): bump socket-registry refs to main (6e347cee) #1634

chore(ci): bump socket-registry refs to main (6e347cee)

chore(ci): bump socket-registry refs to main (6e347cee) #1634

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