Skip to content

build(deps-dev): bump eslint-plugin-react from 7.35.2 to 7.36.1 #216

build(deps-dev): bump eslint-plugin-react from 7.35.2 to 7.36.1

build(deps-dev): bump eslint-plugin-react from 7.35.2 to 7.36.1 #216

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check