Skip to content

Merge remote-tracking branch 'origin/main' into feature/error-boundaries #202

Merge remote-tracking branch 'origin/main' into feature/error-boundaries

Merge remote-tracking branch 'origin/main' into feature/error-boundaries #202

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '>=20.18.0'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}