Skip to content

fix(switch): cursor should be pointer except when disabled #3821

fix(switch): cursor should be pointer except when disabled

fix(switch): cursor should be pointer except when disabled #3821

Workflow file for this run

name: commitlint
on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g commitlint @commitlint/config-conventional
- run: 'echo "${PR_TITLE}" | commitlint -x @commitlint/config-conventional'
env:
PR_TITLE: ${{ github.event.pull_request.title }}