Skip to content

Bump eslint-plugin-react from 7.35.0 to 7.36.1 #6

Bump eslint-plugin-react from 7.35.0 to 7.36.1

Bump eslint-plugin-react from 7.35.0 to 7.36.1 #6

Workflow file for this run

name: Lint Check
on:
push:
branches: [ main ]
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: pnpm
- run: pnpm install --frozen-lockfile --prefer-offline
- run: pnpm lint