Fix package.json field removal in npm package installation #213
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' |