Skip to content

docs: update README #38

docs: update README

docs: update README #38

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|-)+\))?(!)?:.*'