Skip to content

build(deps-dev): bump eslint from 8.41.0 to 8.44.0 #594

build(deps-dev): bump eslint from 8.41.0 to 8.44.0

build(deps-dev): bump eslint from 8.41.0 to 8.44.0 #594

Workflow file for this run

# Unique name for this workflow
name: Enforce branch naming
# Definition when the workflow should run
on:
push:
branches-ignore:
- main
- develop
# Jobs to be executed
jobs:
validate-branch-name:
runs-on: trailheadapps-Ubuntu
steps:
- name: Validate branch name requirements
uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-zA-Z])+\/([a-zA-Z])+'
min_length: 6