Skip to content

Add Socket-wide error handling standards to CLAUDE.md #224

Add Socket-wide error handling standards to CLAUDE.md

Add Socket-wide error handling standards to CLAUDE.md #224

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