Skip to content

build(deps-dev): bump typescript-eslint from 7.18.0 to 8.16.0 #191

build(deps-dev): bump typescript-eslint from 7.18.0 to 8.16.0

build(deps-dev): bump typescript-eslint from 7.18.0 to 8.16.0 #191

Workflow file for this run

name: ESLint Check
on:
push:
branches:
- '*'
paths:
- "**/*.js"
- "**/*.jsx"
- "**/*.ts"
- "**/*.tsx"
- "**/*.mjs"
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run ESLint
run: bun run lint