fix(objects): remove incorrect NO_SIDE_EFFECTS annotations from prope… #137
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: 🚀 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@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23 | |
| with: | |
| fail-fast: false | |
| lint-script: 'pnpm run lint-ci' | |
| node-versions: '[20, 22, 24]' | |
| os-versions: '["ubuntu-latest", "windows-latest"]' | |
| test-script: 'pnpm run test-ci' | |
| test-setup-script: 'pnpm run build' | |
| type-check-script: 'pnpm run type-ci' | |
| type-check-setup-script: 'pnpm run build' |