Skip to content

chore(deps-dev): bump @nx/eslint from 19.0.8 to 19.8.14 #4779

chore(deps-dev): bump @nx/eslint from 19.0.8 to 19.8.14

chore(deps-dev): bump @nx/eslint from 19.0.8 to 19.8.14 #4779

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?!?: .+$'
max_length: 140