Skip to content

Improve README organization and use pnpm in examples #43

Improve README organization and use pnpm in examples

Improve README organization and use pnpm in examples #43

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@f5802f78a42b057a830e9f836c8332662b3a40b9 # main
with:
coverage-script: 'pnpm run test:unit:coverage'
coverage-report-script: 'pnpm run coverage:percent --json'
test-setup-script: 'pnpm run test:prepare'