Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

deps(misc): bump stylelint-config-standard from 32.0.0 to 34.0.0 #553

deps(misc): bump stylelint-config-standard from 32.0.0 to 34.0.0

deps(misc): bump stylelint-config-standard from 32.0.0 to 34.0.0 #553

Workflow file for this run

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@v4
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v11
# Chromatic GitHub Action options
with:
token: ${{ secrets.GITHUB_TOKEN }}
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}