Skip to content

Bump eslint-plugin-react from 7.28.0 to 7.33.1 in /frontend #589

Bump eslint-plugin-react from 7.28.0 to 7.33.1 in /frontend

Bump eslint-plugin-react from 7.28.0 to 7.33.1 in /frontend #589

Workflow file for this run

name: frontend-pr
on:
pull_request:
paths:
- "frontend/**"
defaults:
run:
shell: bash
working-directory: frontend
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: npm ci
- run: npm run lint:strict