Skip to content

fix col row padding footer&pagination #1568

fix col row padding footer&pagination

fix col row padding footer&pagination #1568

name: PR Title Check
on:
pull_request:
branches:
- main
- v3.0.0
types:
- opened
- synchronize
- reopened
- edited
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check
run: npx ts-node --transpile-only scripts/check-pr-title.ts "$PR_TITLE"
env:
PR_TITLE: ${{ github.event.pull_request.title }}