Skip to content

Docs: Intro to Storybook (React) - Update the french doc based on the english version #1106

Docs: Intro to Storybook (React) - Update the french doc based on the english version

Docs: Intro to Storybook (React) - Update the french doc based on the english version #1106

Workflow file for this run

name: 'Chromatic'
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn
- run: yarn gatsby telemetry --disable
- run: yarn build-storybook
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
storybookBuildDir: storybook-static
allowConsoleErrors: true,
exitZeroOnChanges: true,