We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d791dde commit 5fe9b53Copy full SHA for 5fe9b53
.github/workflows/types.yml
@@ -17,7 +17,7 @@ permissions:
17
18
jobs:
19
type-check:
20
- uses: SocketDev/workflows/.github/workflows/type-check.yml@main
+ uses: SocketDev/workflows/.github/workflows/type-check.yml@master
21
with:
22
ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
23
ts-libs: 'es2020;esnext'
0 commit comments