Skip to content

fix: button text wrapping #1730

fix: button text wrapping

fix: button text wrapping #1730

Workflow file for this run

name: Commitlint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
concurrency:
group: commitlint-pr-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit-lint-pr:
runs-on: ubuntu-latest
steps:
- name: Run Commitlint on PR Title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}