Skip to content

fix(deps): update dependency eslint-plugin-react to v7.36.1 #822

fix(deps): update dependency eslint-plugin-react to v7.36.1

fix(deps): update dependency eslint-plugin-react to v7.36.1 #822

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: pnpm install
- run: pnpm run build
- run: pnpm run lint
- run: pnpm test