Skip to content

chore(deps): bump postcss from 8.4.22 to 8.4.31 #29

chore(deps): bump postcss from 8.4.22 to 8.4.31

chore(deps): bump postcss from 8.4.22 to 8.4.31 #29

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