Skip to content

fix: add purple colors to tailwind config (#648) #1379

fix: add purple colors to tailwind config (#648)

fix: add purple colors to tailwind config (#648) #1379

name: Test Storybook
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Install Node.js
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: 22
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
run_install: true
- name: Check Storybook can be built
run: pnpm run build-storybook --test