Bump SocketDev/socket-cli from 35c25823d5247a8cd15628ef2d2062cd1c199544 to c9772a9b2ec3383fc1328d062da6fe29e33fe859 #3682
Workflow file for this run
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: Type Checks | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - '*' | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| type-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 | |
| - uses: SocketDev/socket-cli/.github/actions/setup@c9772a9b2ec3383fc1328d062da6fe29e33fe859 | |
| with: | |
| node-version: '22' | |
| - name: Run type check | |
| run: pnpm run check:tsc |