Skip to content

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

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

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

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