Skip to content

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

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

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

Workflow file for this run

name: TS Check
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies 馃摝
run: npm install
- name: Check TS 馃
run: npm run test:ts