Skip to content

Update typescript-eslint monorepo to v8 #1005

Update typescript-eslint monorepo to v8

Update typescript-eslint monorepo to v8 #1005

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: bun run build
- run: bun run test:unit