Skip to content

fix(Tabs): adjust active position calculation to account for border width #39

fix(Tabs): adjust active position calculation to account for border width

fix(Tabs): adjust active position calculation to account for border width #39

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
release:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build:all