Skip to content

fix: allow content overflow in generic Button #2957

fix: allow content overflow in generic Button

fix: allow content overflow in generic Button #2957

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: echo "$PR_TITLE" | npx commitlint --verbose