Skip to content

Update footnote text for clarity and accuracy (#203) #184

Update footnote text for clarity and accuracy (#203)

Update footnote text for clarity and accuracy (#203) #184

Workflow file for this run

name: Chromatic (Storybook)
on: push
jobs:
chromatic:
name: Run Chromatic (Storybook)
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: lts/*
cache: npm
- name: Install dependencies
run: npm ci
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_STORYBOOK_PROJECT_TOKEN }}