Skip to content

chore(deps): bump @testing-library/react from 14.1.2 to 15.0.7 #2326

chore(deps): bump @testing-library/react from 14.1.2 to 15.0.7

chore(deps): bump @testing-library/react from 14.1.2 to 15.0.7 #2326

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn install-all
- name: Run lint script
run: yarn lint