Skip to content

Remove random page story to prevent chromatic problems #699

Remove random page story to prevent chromatic problems

Remove random page story to prevent chromatic problems #699

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Check and build codebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Check Code
run: pnpm check:ci
- name: Build
run: pnpm build