Skip to content

fix: solidity cicd pipeline #53

fix: solidity cicd pipeline

fix: solidity cicd pipeline #53

name: 'Assert Branch Naming Convention'
on: pull_request
jobs:
branch-naming-rules:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-branch-name@v1.0.0
with:
regex: '([a-z])+\/([a-zA-Z0-9_-])+'
allowed_prefixes: 'feature,stable,fix,test,ci,bugfix'
ignore: master,develop,release
min_length: 5
max_length: 50