Skip to content

chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0 #234

chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0

chore(deps-dev): bump typescript-eslint from 8.51.0 to 8.54.0 #234

Workflow file for this run

name: Check ESLint
on:
push:
branches:
- main
paths:
- "src/**/*.{js,jsx,ts,tsx}"
- "eslint.config.{js,mjs}"
- "tsconfig.json"
- "package.json"
- "bun.lock"
pull_request:
workflow_dispatch:
jobs:
linting:
permissions:
contents: read
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Run install
run: bun install --frozen-lockfile
- name: Lint check
run: bun run lint