Skip to content

Bump @typescript-eslint/eslint-plugin from 6.7.5 to 7.1.1 #179

Bump @typescript-eslint/eslint-plugin from 6.7.5 to 7.1.1

Bump @typescript-eslint/eslint-plugin from 6.7.5 to 7.1.1 #179

Workflow file for this run

name: Check branch convention usage
on:
pull_request:
types: [opened, reopened]
jobs:
branching:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Check the branch convention usage
uses: duart38/[email protected]
with:
standard_branch_check: '(\b(?:fix|feat|ci|patch)\b(-([0-9])+|)\b(?:-[a-z]{3,})+\b)'
ignore_branch_check: '(dependabot\/.*)'
ignore: 'main'