Skip to content

chore(deps): update dependency @storybook/addon-styling to ^1.3.7 #2541

chore(deps): update dependency @storybook/addon-styling to ^1.3.7

chore(deps): update dependency @storybook/addon-styling to ^1.3.7 #2541

Workflow file for this run

name: Check pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Configure Node and package manager
uses: actions/[email protected]
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run linter
run: yarn lint
- name: Run tests
run: yarn test --maxWorkers=2
- name: Build code
run: yarn build