Skip to content

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.3.4 #106

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.3.4

chore(deps-dev): bump eslint-config-next from 15.1.0 to 15.3.4 #106

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