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

fix(SidebarItem): add margin to the right #267

fix(SidebarItem): add margin to the right

fix(SidebarItem): add margin to the right #267

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm ci
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}