Skip to content

build(deps-dev): bump eslint-plugin-storybook from 0.8.0 to 0.11.0 #2285

build(deps-dev): bump eslint-plugin-storybook from 0.8.0 to 0.11.0

build(deps-dev): bump eslint-plugin-storybook from 0.8.0 to 0.11.0 #2285

Workflow file for this run

# .github/workflows/chromatic.yml
# Workflow name
name: "Chromatic"
# Event for the workflow
on: pull_request
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitZeroOnChanges: false
buildScriptName: build:storybook
onlyChanged: true