Skip to content

LAN 1191 : Fix the progress value to 2 decimals in LinearProgress component #2352

LAN 1191 : Fix the progress value to 2 decimals in LinearProgress component

LAN 1191 : Fix the progress value to 2 decimals in LinearProgress component #2352

Workflow file for this run

name: Build Storybook
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- name: Install npm dependencies
run: yarn install
- name: Build Storybook
run: yarn workspace oxd-storybook build