Skip to content

.github/workflows/types.yml #1300

.github/workflows/types.yml

.github/workflows/types.yml #1300

Workflow file for this run

name: Type Checks
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
schedule:
- cron: '14 5 * * 1,3,5'
permissions:
contents: read
jobs:
type-check:
uses: SocketDev/workflows/.github/workflows/type-check.yml@master

Check failure on line 20 in .github/workflows/types.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/types.yml

Invalid workflow file

error parsing called workflow ".github/workflows/types.yml" -> "SocketDev/workflows/.github/workflows/type-check.yml@master" : failed to fetch workflow: workflow was not found.
with:
ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
ts-libs: 'es2020;esnext'