Skip to content

Update dependency tailwind-merge to v2.5.4 #422

Update dependency tailwind-merge to v2.5.4

Update dependency tailwind-merge to v2.5.4 #422

Workflow file for this run

name: Build, Test & Solar Scan
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: x
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test