Skip to content

공통 폰트, 그림자 및 컬러 규격 설정 (issue #317) #120

공통 폰트, 그림자 및 컬러 규격 설정 (issue #317)

공통 폰트, 그림자 및 컬러 규격 설정 (issue #317) #120

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'