Skip to content

chore: bump eslint from 8.57.1 to 9.8.0 #8

chore: bump eslint from 8.57.1 to 9.8.0

chore: bump eslint from 8.57.1 to 9.8.0 #8

Workflow file for this run

name: CI
on:
push:
branches: [ main, feature ]
pull_request:
branches: [ main ]
jobs:
lint:
name: ESLint Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run ESLint
run: pnpm lint