Skip to content

Update to Storybook 8.2.9 and clean up some unneeded things #1418

Update to Storybook 8.2.9 and clean up some unneeded things

Update to Storybook 8.2.9 and clean up some unneeded things #1418

Workflow file for this run

name: "Test"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Typecheck
run: yarn typecheck
- name: Test
run: yarn test