Skip to content

remove jest plugin from eslint #219

remove jest plugin from eslint

remove jest plugin from eslint #219

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun fmt --check
- run: bun lint
- run: bun export