Skip to content

Update dependency tailwind-merge to ^2.3.0 #648

Update dependency tailwind-merge to ^2.3.0

Update dependency tailwind-merge to ^2.3.0 #648

Workflow file for this run

name: Test on PR
on:
push:
branches:
- main
- dev
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@main
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
cache: pnpm
- run: pnpm install
- run: pnpm lint