Skip to content

Update typescript-eslint monorepo to v7 (major) #52

Update typescript-eslint monorepo to v7 (major)

Update typescript-eslint monorepo to v7 (major) #52

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- name: Check TypeScript compilation
run: bunx tsc --noEmit