Skip to content

feat: custom primary color and fix tooltip bug (#106) #13

feat: custom primary color and fix tooltip bug (#106)

feat: custom primary color and fix tooltip bug (#106) #13

Workflow file for this run

name: Test
on:
push:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: ci
run: |
npm i pnpm -g
pnpm install
pnpm run test