Skip to content

chore(ci): bump socket-registry action refs to main (3362af95) #1613

chore(ci): bump socket-registry action refs to main (3362af95)

chore(ci): bump socket-registry action refs to main (3362af95) #1613

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