Skip to content

chore(deps): update dependency eslint-plugin-jest-dom to ^5.7.1 #2064

chore(deps): update dependency eslint-plugin-jest-dom to ^5.7.1

chore(deps): update dependency eslint-plugin-jest-dom to ^5.7.1 #2064

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean