Add Socket-wide error handling standards to CLAUDE.md #224
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |