Skip to content

reverted icons back to chevrons, added SR-only #1678

reverted icons back to chevrons, added SR-only

reverted icons back to chevrons, added SR-only #1678

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4.0.0
with:
version: 8.6.9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm sources:core-components
- name: Core Components Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/ui/core-components
exitZeroOnChanges: true # prevent the workflow from failing if there are visual changes