Skip to content

Bump prettier-plugin-tailwindcss: 0.2.6 -> 0.7.1 #113

Bump prettier-plugin-tailwindcss: 0.2.6 -> 0.7.1

Bump prettier-plugin-tailwindcss: 0.2.6 -> 0.7.1 #113

Workflow file for this run

name: 'Chromatic'
on:
push:
branches:
- main
pull_request:
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
exitOnceUploaded: true