Skip to content

Use isolated pnpm install for nested packages to prevent JSON corruption #165

Use isolated pnpm install for nested packages to prevent JSON corruption

Use isolated pnpm install for nested packages to prevent JSON corruption #165

name: ⚙️ Type Checks
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/types.yml@main
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
type-check:
uses: SocketDev/socket-registry/.github/workflows/types.yml@main
with:
setup-script: 'pnpm run build'