Skip to content

docs: Lighthouse-Badger[bot]: Results Added #240

docs: Lighthouse-Badger[bot]: Results Added

docs: Lighthouse-Badger[bot]: Results Added #240

Workflow file for this run

name: Chromatic
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' || 'github-actions[bot]' }}
steps:
- uses: actions/checkout@v3.3.0
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: yarn
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}