Skip to content

fix: use closest() in Picker to handle clicks on child elements #76

fix: use closest() in Picker to handle clicks on child elements

fix: use closest() in Picker to handle clicks on child elements #76

Workflow file for this run

name: Check Commits with CommitLint
on:
- pull_request
jobs:
commitlint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v3
- uses: wagoid/commitlint-github-action@v6
with:
configFile: configs/commitlint.config.mjs