Skip to content

chore(deps): bump tailwind-merge from 2.6.0 to 2.6.1 #256

chore(deps): bump tailwind-merge from 2.6.0 to 2.6.1

chore(deps): bump tailwind-merge from 2.6.0 to 2.6.1 #256

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Lint
run: bun run lint