Skip to content

feat(Table): implement table component in Design System #1788

feat(Table): implement table component in Design System

feat(Table): implement table component in Design System #1788

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