Skip to content

fix(labeler): correct any-glob-to-include nesting in config #188

fix(labeler): correct any-glob-to-include nesting in config

fix(labeler): correct any-glob-to-include nesting in config #188

Workflow file for this run

name: Visual testing & review
on:
push:
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/docs
strategy:
matrix:
node-version: ['lts/*']
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: pnpm/action-setup@v6
with:
version: 12
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: ./apps/docs