Skip to content

Bump knip from 5.30.1 to 5.30.2 #823

Bump knip from 5.30.1 to 5.30.2

Bump knip from 5.30.1 to 5.30.2 #823

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
with:
no-lockfile: true
ts-versions: ${{ github.event.schedule && 'next' || '5.4,next' }}
ts-libs: 'esnext'