Skip to content

refactor: ScheduleDrawer 입출금 변경 기능 제거 (#301) #122

refactor: ScheduleDrawer 입출금 변경 기능 제거 (#301)

refactor: ScheduleDrawer 입출금 변경 기능 제거 (#301) #122

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 }}