Skip to content

refactor: move CLI build dependencies to packages/cli #213

refactor: move CLI build dependencies to packages/cli

refactor: move CLI build dependencies to packages/cli #213

Workflow file for this run

name: 🚀 CI Pipeline
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@600bfd38a550656b8015c92242e6d4cec5a25cb1 # main

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "SocketDev/socket-registry/.github/workflows/ci.yml@600bfd38a550656b8015c92242e6d4cec5a25cb1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
test-setup-script: 'pnpm run pretest:unit'