Skip to content

build(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 #128

build(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0

build(deps-dev): bump eslint-plugin-react from 7.32.2 to 7.33.0 #128

Workflow file for this run

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