Skip to content

Update typescript-eslint monorepo to v8 (major) #95

Update typescript-eslint monorepo to v8 (major)

Update typescript-eslint monorepo to v8 (major) #95

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@v2
- run: bun install
- name: Check TypeScript compilation
run: bunx tsc --noEmit