Skip to content

chore(tooltip): added multiple example sb #609

chore(tooltip): added multiple example sb

chore(tooltip): added multiple example sb #609

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable
- name: Setup pnpm
uses: ./.github/actions/setup
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: true