Skip to content

chore: add ESLint 10 with lint CI workflow #3

chore: add ESLint 10 with lint CI workflow

chore: add ESLint 10 with lint CI workflow #3

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.14"
- run: bun install --frozen-lockfile
- run: bun run lint