Skip to content

feat: theme testing* config keys (#458) #302

feat: theme testing* config keys (#458)

feat: theme testing* config keys (#458) #302

Workflow file for this run

on:
push:
branches: [main]
paths:
- "packages/catppuccin-vsc/src/theme/**/*.ts"
- "packages/catppuccin-vsc-storybook/**/*"
pull_request:
paths:
- "packages/catppuccin-vsc/src/theme/**/*.ts"
- "packages/catppuccin-vsc-storybook/**/*"
name: "Chromatic"
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 22
cache: pnpm
- run: pnpm i --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@cbce1be7d075d5317d2193e7a3d3872dca86cf0c # v11
with:
buildScriptName: storybook:build
exitOnceUploaded: true
projectToken: chpt_e3cba49738d7554
workingDir: packages/catppuccin-vsc-storybook