Skip to content

fix(storybook): configure base path for /ui subpath deployment #22

fix(storybook): configure base path for /ui subpath deployment

fix(storybook): configure base path for /ui subpath deployment #22

Workflow file for this run

name: CI
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install --immutable
- name: Check formatting
run: yarn format:check
- name: Lint
run: yarn lint
- name: Type check
run: yarn type-check
- name: Build
run: yarn build