Skip to content

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #27

chore(deps): bump word-wrap from 1.2.3 to 1.2.4

chore(deps): bump word-wrap from 1.2.3 to 1.2.4 #27

Workflow file for this run

name: Validate Pull Requests
on:
pull_request:
jobs:
validate:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- id: setup
uses: ./.github/actions/setup_workspace
- run: yarn type-check
- run: yarn test
build:
name: Build the lib
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- id: setup
uses: ./.github/actions/setup_workspace
- run: yarn build
build-storybook:
name: Build the storybook
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- id: setup
uses: ./.github/actions/setup_workspace
- run: yarn build-storybook --quiet