Skip to content

Bump @testing-library/jest-dom from 5.16.1 to 6.1.3 #14

Bump @testing-library/jest-dom from 5.16.1 to 6.1.3

Bump @testing-library/jest-dom from 5.16.1 to 6.1.3 #14

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_version: 2.8.1
prettier_options: --check src
prettier_plugins: '@trivago/prettier-plugin-sort-imports prettier-plugin-tailwindcss'