Skip to content

ci(mergify): upgrade configuration to current format #282

ci(mergify): upgrade configuration to current format

ci(mergify): upgrade configuration to current format #282

Workflow file for this run

---
name: 🌈 Chromatic
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: build:storybook