Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 #325

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0

chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0 #325

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test
- run: pnpm eslint src