Skip to content

feat: add shadcn UI

feat: add shadcn UI #8

Workflow file for this run

name: CI action
on:
push:
branches:
- main
pull_request:
branches:
- main
- feat/*
- setting/*
- fix/*
- doc
jobs:
run-build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code.
uses: actions/checkout@v2
- name: Check Node v
run: node -v
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build