Skip to content

Type Checks

Type Checks #580

Workflow file for this run

name: Type Checks
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '14 5 * * 1,3,5'
permissions:
contents: read
jobs:
type-check:
uses: voxpelli/ghatemplates/.github/workflows/type-check.yml@main
with:
ts-prebuild-script: 'build'
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
ts-libs: 'es2022;esnext'