Skip to content

Merge pull request #254 from talentedunicorn/renovate/svelte-check-3.… #222

Merge pull request #254 from talentedunicorn/renovate/svelte-check-3.…

Merge pull request #254 from talentedunicorn/renovate/svelte-check-3.… #222

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm i
- name: Publish to Chromatic
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}