Skip to content

feat: storybook, ref #1230 #3

feat: storybook, ref #1230

feat: storybook, ref #1230 #3

Workflow file for this run

name: Chromatic
on: [pull_request, workflow_dispatch]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: ./.github/actions/provision

Check failure on line 11 in .github/workflows/chromatic.yml

View workflow run for this annotation

GitHub Actions / Chromatic

Invalid workflow file

The workflow is not valid. .github/workflows/chromatic.yml (Line: 11, Col: 9): 'uses' is already defined
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
autoAcceptChanges: "main"
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}