Skip to content

style(Typography): Styles updates for typography components #22

style(Typography): Styles updates for typography components

style(Typography): Styles updates for typography components #22

Workflow file for this run

name: Check PR Title for Conventional Commits Format
on:
pull_request:
types: [ opened, edited, synchronize ]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/[email protected]
with:
pr-title-regex: '^((build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(.+\))?: .{1,50})'