Skip to content

chore(deps): update dependency @types/testing-library__jest-dom to v5.14.8 #2028

chore(deps): update dependency @types/testing-library__jest-dom to v5.14.8

chore(deps): update dependency @types/testing-library__jest-dom to v5.14.8 #2028

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, edited, synchronize, reopened]
branches:
- main
env:
NODE_VERSION: 18.2
jobs:
pr:
name: 🌀 Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '([a-z])+(\(.+\))?:.+'
allowed_prefixes: 'build,chore,ci,docs,feat,fix,perf,refactor,revert,style,test'