Skip to content

chore(ci): bump socket-registry actions to 444b6415 (scan auto-skip) #1660

chore(ci): bump socket-registry actions to 444b6415 (scan auto-skip)

chore(ci): bump socket-registry actions to 444b6415 (scan auto-skip) #1660

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