Skip to content

chore: tidy up validation helpers and improve test coverage (#18) #442

chore: tidy up validation helpers and improve test coverage (#18)

chore: tidy up validation helpers and improve test coverage (#18) #442

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
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@dd7ea0c4fe523792f75c4002b20e2e5c2e14c066 # main
with:
fail-fast: false
lint-script: 'pnpm run lint --all'
node-versions: '["24.10.0"]'
os-versions: '["ubuntu-latest", "windows-latest"]'
test-script: 'pnpm run test --all'
test-setup-script: 'pnpm run build'
type-check-script: 'pnpm run check'
type-check-setup-script: 'pnpm run build'