Skip to content

build(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0 in /demo #1240

build(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0 in /demo

build(deps-dev): bump tailwindcss from 3.4.17 to 4.0.0 in /demo #1240

Workflow file for this run

name: Lib Tests
on:
pull_request:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: ./.github/actions/prepare
- name: Tests
run: npm run test
may-merge:
needs: ['tests']
runs-on: ubuntu-latest
steps:
- name: Cleared for merging
run: echo OK