Skip to content

TSTyche

TSTyche #27

Workflow file for this run

name: TSTyche
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
schedule:
- cron: '14 5 * * 1,3,5'
permissions:
contents: read
jobs:
type-check:
uses: voxpelli/ghatemplates/.github/workflows/reusable-tstyche.yml@main
with:
ts-versions: ${{ github.event.schedule && 'next' || '>=5.8,next' }}
ts-libs: 'es2022;esnext'