Skip to content

refactor(pagination): ariaLabel and text as input for localization (#… #1144

refactor(pagination): ariaLabel and text as input for localization (#…

refactor(pagination): ariaLabel and text as input for localization (#… #1144

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Install PNPM globally
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: chpt_845c7a47afdb884
exitOnceUploaded: true
exitZeroOnChanges: true