Skip to content

Bump tailwind-merge from 2.5.2 to 2.6.0 #76

Bump tailwind-merge from 2.5.2 to 2.6.0

Bump tailwind-merge from 2.5.2 to 2.6.0 #76

Workflow file for this run

name: Formating validation
on:
pull_request:
push:
branches: [main]
jobs:
prettier:
name: Prettier Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: pnpm
- name: Prettier Output
shell: bash
run: |
echo "pnpm run prettier"