Skip to content

fix(Table): footer divider and sortable button styling #9725

fix(Table): footer divider and sortable button styling

fix(Table): footer divider and sortable button styling #9725

# Runs conventional commit check on PR
name: Conventional pull request
on:
pull_request:
branches:
- main
- next
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: zentered/conventional-pull-request-action@v0.3.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'