Skip to content

Type Checks

Type Checks #406

Workflow file for this run

name: Type Checks
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/type-check.yml@main
with:
ts-versions: ${{ github.event.schedule && 'next' || '4.9,5.0,next' }}
ts-libs: 'es2021;esnext'