Skip to content

EmptyView 구현

EmptyView 구현 #33

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