Skip to content

vuexのstoreの呼び出しをリテラル引数からDot記法へ: setting.ts, ui.ts (#2170) #15

vuexのstoreの呼び出しをリテラル引数からDot記法へ: setting.ts, ui.ts (#2170)

vuexのstoreの呼び出しをリテラル引数からDot記法へ: setting.ts, ui.ts (#2170) #15

Workflow file for this run

# Chromaticにmainブランチをpushする
# お試し運用中なので消滅する可能性あり
# TODO: Enable TurboSnap
# https://www.chromatic.com/docs/github-actions/#enable-turbosnap
name: "Chromatic"
on:
push:
branches:
- main
jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
if: github.repository_owner == 'VOICEVOX'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup environment
uses: ./.github/actions/setup-environment
- name: Run Chromatic
uses: chromaui/action@v11
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: "storybook:build"
exitZeroOnChanges: true