Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

feat: add Select component #44

feat: add Select component

feat: add Select component #44

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
tikui:
name: Lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup project
uses: ./.github/actions/setup
- name: Validate project
uses: ./.github/actions/validate