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

➕ #270 eslint-plugin-import に依存している別の eslint-plugin が… #732

➕ #270 eslint-plugin-import に依存している別の eslint-plugin が…

➕ #270 eslint-plugin-import に依存している別の eslint-plugin が… #732

Workflow file for this run

name: chromatic
on: push
jobs:
chromatic-deployment:
name: Deploy Storybook to chromatic
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true