call the tier1 reachability scanfinalize api from the socket (#706) #3469
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: | |
| uses: SocketDev/workflows/.github/workflows/type-check.yml@master | |
| with: | |
| no-lockfile: true | |
| ts-versions: '5.9' | |
| ts-libs: 'esnext' |