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 9435d07 commit 552d2d8Copy full SHA for 552d2d8
.github/workflows/types.yml
@@ -3,12 +3,12 @@ name: Type Checks
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
tags:
8
- '*'
9
pull_request:
10
11
12
schedule:
13
- cron: '14 5 * * 1,3,5'
14
@@ -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