Skip to content

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.71.0 #41

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.71.0

chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.71.0 #41

Workflow file for this run

name: Check for conventional commit compliance
on:
pull_request:
types: [opened, ready_for_review, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-cc:
name: Check for conventional commit compliance
runs-on: ubuntu-latest
steps:
- uses: agenthunt/[email protected]
with:
pr-title-regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\((\w|-)+\))?(!)?:.*'