Skip to content

fix(deps): update globby #319

fix(deps): update globby

fix(deps): update globby #319

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'