Skip to content

feature: added Collapsible (#30) #129

feature: added Collapsible (#30)

feature: added Collapsible (#30) #129

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: ./.github/actions/setup
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}