Skip to content

adding accessible theme + accessibility tweaks and fixes #75

adding accessible theme + accessibility tweaks and fixes

adding accessible theme + accessibility tweaks and fixes #75

Workflow file for this run

name: Run Chromatic on Storybook
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: |
npm ci --loglevel verbose
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}