Skip to content

build(deps): bump tailwind-merge from 2.6.0 to 3.0.1 #906

build(deps): bump tailwind-merge from 2.6.0 to 3.0.1

build(deps): bump tailwind-merge from 2.6.0 to 3.0.1 #906

Workflow file for this run

name: Style
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
formatting:
name: Code Formatting
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Tests
run: pnpm run test:format