Skip to content

chore: upd readme

chore: upd readme #133

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 }}