Skip to content

Fix: 오탈자 수정 #11

Fix: 오탈자 수정

Fix: 오탈자 수정 #11

Workflow file for this run

name: 'Chromatic Deployment'
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.TOKEN }}