Skip to content

chore: 🤖 add circular dependency safe guards #366

chore: 🤖 add circular dependency safe guards

chore: 🤖 add circular dependency safe guards #366

name: 🎨 Chromatic deployment
on:
pull_request:
env:
HUSKY: 0
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: 'latest'
- name: Enable Corepack
run: corepack enable
- name: Install dependencies
run: yarn install --immutable
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}