Skip to content

fix: 자동완성 색상 힌트 추가 (#1196) #849

fix: 자동완성 색상 힌트 추가 (#1196)

fix: 자동완성 색상 힌트 추가 (#1196) #849

name: 'Chromatic on merge'
on:
push:
branches:
- develop
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
registry-url: "https://registry.npmjs.org"
node-version: '16.15.0'
- run: yarn
- uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: 'build-storybook'