Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 #26

chore(deps): bump semver from 5.7.1 to 5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2 #26

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