Skip to content

feat(select): add type generics | add unit tests #1061

feat(select): add type generics | add unit tests

feat(select): add type generics | add unit tests #1061

Workflow file for this run

name: Lint commits
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- run: npm install @commitlint/cli
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD