Skip to content

chore(ci): bump socket-registry refs to f1b40c99 (npm-banner-validation fix) #1673

chore(ci): bump socket-registry refs to f1b40c99 (npm-banner-validation fix)

chore(ci): bump socket-registry refs to f1b40c99 (npm-banner-validation fix) #1673

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