Skip to content

Label info text + updated Tooltip colors #334

Label info text + updated Tooltip colors

Label info text + updated Tooltip colors #334

Workflow file for this run

name: Test and build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- run: yarn build