Skip to content

chore(deps-dev): bump eslint from 8.37.0 to 8.44.0 #134

chore(deps-dev): bump eslint from 8.37.0 to 8.44.0

chore(deps-dev): bump eslint from 8.37.0 to 8.44.0 #134

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
# Jobs to be executed
jobs:
validate-branch-name:
runs-on: ubuntu-latest
steps:
- name: Validate branch name requirements
uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-zA-Z])+\/([a-zA-Z])+'
min_length: 6