Skip to content

Type Checks, Internal Types #283

Type Checks, Internal Types

Type Checks, Internal Types #283

Workflow file for this run

name: Type Checks, Internal Types
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' || '5.1,next' }}
ts-libs: 'es2022;esnext'