Skip to content

Bump @testing-library/react from 13.3.0 to 14.2.1 #384

Bump @testing-library/react from 13.3.0 to 14.2.1

Bump @testing-library/react from 13.3.0 to 14.2.1 #384

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
key: ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: ${{ runner.os }}-pre-commit-
- uses: pre-commit/[email protected]