Skip to content

공통 컴포넌트 생성 및 페이지 스타일 고도화 (issue #93) #28

공통 컴포넌트 생성 및 페이지 스타일 고도화 (issue #93)

공통 컴포넌트 생성 및 페이지 스타일 고도화 (issue #93) #28

Workflow file for this run

name: "Chromatic"
on:
pull_request:
branches:
- main
paths:
- "frontend/**"
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20.15.1
- name: Install dependencies
run: |
if [ ! -f package-lock.json ]; then
npm install
fi
npm ci
working-directory: ./frontend
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
working-directory: ./frontend

Check failure on line 33 in .github/workflows/front_storybook.yml

View workflow run for this annotation

GitHub Actions / Chromatic

Invalid workflow file

The workflow is not valid. .github/workflows/front_storybook.yml (Line: 33, Col: 9): Unexpected value 'working-directory'