Skip to content

Bump @testing-library/jest-dom from 5.16.4 to 6.4.5 #407

Bump @testing-library/jest-dom from 5.16.4 to 6.4.5

Bump @testing-library/jest-dom from 5.16.4 to 6.4.5 #407

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]