Skip to content

feat(SelectInputV2): new select input #11018

feat(SelectInputV2): new select input

feat(SelectInputV2): new select input #11018

name: Pull Request
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
check-title:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: echo '${{ github.event.pull_request.title }}' | pnpm commitlint