Skip to content

chore(deps-dev): bump @salesforce/eslint-config-lwc from 3.4.0 to 3.5.0 #133

chore(deps-dev): bump @salesforce/eslint-config-lwc from 3.4.0 to 3.5.0

chore(deps-dev): bump @salesforce/eslint-config-lwc from 3.4.0 to 3.5.0 #133

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