Skip to content

feat: add maxContext prop to Table component for dynamic width adjust ment #35

feat: add maxContext prop to Table component for dynamic width adjust ment

feat: add maxContext prop to Table component for dynamic width adjust ment #35

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