Skip to content

Commit b16b11b

Browse files
author
Pelle Wessman
committed
Fix branch name in type checks
1 parent 9ae3fa6 commit b16b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
type-check:
20-
uses: SocketDev/workflows/.github/workflows/type-check.yml@main
20+
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
2121
with:
2222
ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
2323
ts-libs: 'es2020;esnext'

0 commit comments

Comments
 (0)