Skip to content

Feat: 신규 탐색페이지와 Digest 페이지 UI 구현 #22

Feat: 신규 탐색페이지와 Digest 페이지 UI 구현

Feat: 신규 탐색페이지와 Digest 페이지 UI 구현 #22

Workflow file for this run

name: 'Chromatic Deployment'
on:
pull_request:
types: [closed]
branches:
- dev
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: yarn install
- uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}