Skip to content

feat: 템플릿 리스트 페이지 컴포넌트 구현 (#293) #118

feat: 템플릿 리스트 페이지 컴포넌트 구현 (#293)

feat: 템플릿 리스트 페이지 컴포넌트 구현 (#293) #118

Workflow file for this run

name: "Chromatic Deployment"
on:
push:
branches: [ "develop" ]
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}