Skip to content

fix: font & box shadow fixes #2832

fix: font & box shadow fixes

fix: font & box shadow fixes #2832

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
- run: echo "${{ github.event.pull_request.title }}" | npx commitlint --verbose